mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-20 00:24:43 +02:00
Create ThreadSummaryView
This commit is contained in:
@@ -625,8 +625,7 @@ NSString *const URLPreviewDidUpdateNotification = @"URLPreviewDidUpdateNotificat
|
||||
// component is not a thread root
|
||||
return 0;
|
||||
}
|
||||
// TODO: Fix hardcoded height
|
||||
return RoomBubbleCellLayout.threadSummaryViewTopMargin + 30;
|
||||
return RoomBubbleCellLayout.threadSummaryViewTopMargin + [ThreadSummaryView contentViewHeightForThread:component.thread fitting:self.maxTextViewWidth];
|
||||
}
|
||||
|
||||
- (CGFloat)urlPreviewHeightForEventId:(NSString*)eventId
|
||||
|
||||
Reference in New Issue
Block a user