This commit is contained in:
ismailgulek
2021-03-17 00:49:07 +03:00
parent 4189a484ca
commit 335ddf78e8
6 changed files with 60 additions and 17 deletions
@@ -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];