RoomBubbleCellData: Add new tag to handle RoomCreationIntroCell.

This commit is contained in:
SBiOSoftWhare
2021-02-21 23:54:12 +01:00
parent 165621a7ae
commit e5796073c8
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];
}