mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-28 20:26:57 +02:00
RoomBubbleCellData: fix compilation failure
This commit is contained in:
@@ -102,7 +102,7 @@
|
||||
[super prepareBubbleComponentsPosition];
|
||||
|
||||
// Check whether the position of other components need to be refreshed
|
||||
if (self.dataType != MXKRoomBubbleCellDataTypeText || !savedShouldUpdateComponentsPosition || bubbleComponents.count < 2)
|
||||
if (self.attachment || !savedShouldUpdateComponentsPosition || bubbleComponents.count < 2)
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user