mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-19 16:13:42 +02:00
RoomBubbleCellData: Add additionalContentHeight property to cache additional views height like reactions view and read receipts container.
This commit is contained in:
@@ -65,4 +65,19 @@ typedef NS_ENUM(NSInteger, RoomBubbleCellDataTag)
|
||||
*/
|
||||
@property(nonatomic, readonly) NSInteger selectedComponentIndex;
|
||||
|
||||
/**
|
||||
Return additional content height (read receipts, reactions).
|
||||
*/
|
||||
@property(nonatomic, readonly) CGFloat additionalContentHeight;
|
||||
|
||||
/**
|
||||
Indicate to update additional content height.
|
||||
*/
|
||||
- (void)setNeedsUpdateAdditionalContentHeight;
|
||||
|
||||
/**
|
||||
Update additional content height if needed.
|
||||
*/
|
||||
- (void)updateAdditionalContentHeightIfNeeded;
|
||||
|
||||
@end
|
||||
|
||||
Reference in New Issue
Block a user