mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-19 08:03:50 +02:00
Revert height computation for now.
This commit is contained in:
@@ -527,12 +527,6 @@ NSString *const URLPreviewDidUpdateNotification = @"URLPreviewDidUpdateNotificat
|
||||
{
|
||||
CGFloat additionalVerticalHeight = 0;
|
||||
|
||||
// Add vertical whitespace in case of a URL preview.
|
||||
if (RiotSettings.shared.roomScreenShowsURLPreviews && self.showURLPreview)
|
||||
{
|
||||
additionalVerticalHeight += RoomBubbleCellLayout.urlPreviewViewTopMargin + [URLPreviewView contentViewHeightFor:self.urlPreviewData];
|
||||
}
|
||||
|
||||
// Add vertical whitespace in case of reactions.
|
||||
additionalVerticalHeight+= [self reactionHeightForEventId:eventId];
|
||||
// Add vertical whitespace in case of read receipts.
|
||||
|
||||
Reference in New Issue
Block a user