mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-20 16:42:44 +02:00
Add invalidateLayout to RoomBubbleCellData.
This commit is contained in:
@@ -95,6 +95,16 @@ typedef NS_ENUM(NSInteger, RoomBubbleCellDataTag)
|
||||
*/
|
||||
@property(nonatomic) NSInteger componentIndexOfSentMessageTick;
|
||||
|
||||
/**
|
||||
Indicate that both the text message layout and any additional content height are no longer
|
||||
valid and should be recomputed before presentation in a bubble cell. This could be due
|
||||
to a content change, or the available space for the cell has been updated.
|
||||
|
||||
This is a convenience method that calls `invalidateTextLayout` and
|
||||
`setNeedsUpdateAdditionalContentHeight` together.
|
||||
*/
|
||||
- (void)invalidateLayout;
|
||||
|
||||
/**
|
||||
Indicate to update additional content height.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user