mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-19 08:03:50 +02:00
Fix #4125
This commit is contained in:
@@ -813,7 +813,9 @@
|
||||
|
||||
cellData.showTimestampForSelectedComponent = self.showBubbleDateTimeOnSelection;
|
||||
|
||||
if (cellData.collapsed && cellData.nextCollapsableCellData)
|
||||
if (cellData.collapsed
|
||||
&& cellData.nextCollapsableCellData
|
||||
&& cellData.tag != RoomBubbleCellDataTagCall)
|
||||
{
|
||||
// Select nothing for a collased cell but open it
|
||||
[self collapseRoomBubble:cellData collapsed:NO];
|
||||
|
||||
Reference in New Issue
Block a user