Only collapse bubbles both have the roomCreate tag

This commit is contained in:
ismailgulek
2020-10-01 17:19:22 +03:00
parent dfefdf0ffb
commit ade279adcc
@@ -229,12 +229,7 @@ static NSAttributedString *timestampVerticalWhitespace = nil;
return NO;
}
else if (self.tag == RoomBubbleCellDataTagRoomCreateConfiguration &&
(cellData.tag == RoomBubbleCellDataTagRoomCreateConfiguration || cellData.tag == RoomBubbleCellDataTagMembership))
{
return YES;
}
else if (self.tag == RoomBubbleCellDataTagMembership && cellData.tag == RoomBubbleCellDataTagRoomCreateConfiguration)
else if (self.tag == RoomBubbleCellDataTagRoomCreateConfiguration && cellData.tag == RoomBubbleCellDataTagRoomCreateConfiguration)
{
return YES;
}