MELS: Do not expand cell with single membership event

This commit is contained in:
manuroe
2017-07-07 17:46:37 +02:00
parent a656d24916
commit 17b5901c68
+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];