Add invalidateLayout to RoomBubbleCellData.

This commit is contained in:
Doug
2021-09-29 10:36:35 +01:00
parent 2096b12bfc
commit 57018f90ee
3 changed files with 22 additions and 9 deletions
@@ -1247,8 +1247,7 @@ const CGFloat kTypingCellHeight = 24;
component.showURLPreview = NO;
component.urlPreviewData = nil;
[cellData invalidateTextLayout];
[cellData setNeedsUpdateAdditionalContentHeight];
[cellData invalidateLayout];
[self refreshCells];
}