mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-21 09:02:44 +02:00
MELS: Do not expand cell with single membership event
This commit is contained in:
@@ -378,7 +378,7 @@
|
||||
{
|
||||
RoomBubbleCellData *cellData = [self cellDataOfEventWithEventId:selectedEventId];
|
||||
|
||||
if (cellData.collapsed)
|
||||
if (cellData.collapsed && cellData.nextCollapsableCellData)
|
||||
{
|
||||
// Select nothing for a collased cell but open it
|
||||
[self collapseRoomBubble:cellData collapsed:NO];
|
||||
|
||||
Reference in New Issue
Block a user