mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-19 16:13:42 +02:00
RoomBubbleCellData: Add new tag to handle RoomCreationIntroCell.
This commit is contained in:
@@ -217,6 +217,11 @@ static NSAttributedString *timestampVerticalWhitespace = nil;
|
||||
return YES;
|
||||
}
|
||||
|
||||
if (self.tag == RoomBubbleCellDataTagRoomCreationIntro)
|
||||
{
|
||||
return NO;
|
||||
}
|
||||
|
||||
return [super hasNoDisplay];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user