RoomBubbleCellData: Add new tag to handle RoomCreationIntroCell.

This commit is contained in:
SBiOSoftWhare
2021-02-21 23:54:12 +01:00
parent 29be9b90dd
commit 83c2e93a2b
2 changed files with 7 additions and 1 deletions
@@ -217,6 +217,11 @@ static NSAttributedString *timestampVerticalWhitespace = nil;
return YES;
}
if (self.tag == RoomBubbleCellDataTagRoomCreationIntro)
{
return NO;
}
return [super hasNoDisplay];
}