MELS: Do not expand cell with single membership event

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