mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-19 16:13:42 +02:00
RoomBubbleCellData: Fix quote for bubbles.
This commit is contained in:
@@ -489,6 +489,13 @@ NSString *const URLPreviewDidUpdateNotification = @"URLPreviewDidUpdateNotificat
|
||||
}
|
||||
}
|
||||
|
||||
// With bubbles the text is truncated with quote messages containing vertical border view
|
||||
// Add horizontal space to fix the issue
|
||||
if (self.displayFix & MXKRoomBubbleComponentDisplayFixHtmlBlockquote)
|
||||
{
|
||||
[currentAttributedTextMsgWithoutVertSpace appendString:@" "];
|
||||
}
|
||||
|
||||
self.currentAttributedTextMsg = currentAttributedTextMsg;
|
||||
|
||||
self.currentAttributedTextMsgWithoutVertSpace = currentAttributedTextMsgWithoutVertSpace;
|
||||
|
||||
Reference in New Issue
Block a user