MELS: Do not expand cell with single membership event

This commit is contained in:
manuroe
2017-07-07 17:46:37 +02:00
parent 3132f42b2e
commit 4cda8e1acf
+1 -1
View File
@@ -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];