MELS: Fix call of bubbleCell.blurred when selected an event

This commit is contained in:
manuroe
2017-07-11 16:26:59 +02:00
parent d2d53062a4
commit 22f0e47df3
-6
View File
@@ -130,12 +130,6 @@
// Finalize cell view customization here
if ([cell isKindOfClass:MXKRoomBubbleTableViewCell.class])
{
// Nothing to do for collapsed cells
if (roomBubbleCellData.collapsed)
{
return cell;
}
MXKRoomBubbleTableViewCell *bubbleCell = (MXKRoomBubbleTableViewCell*)cell;
RoomBubbleCellData *cellData = (RoomBubbleCellData*)bubbleCell.bubbleData;
NSArray *bubbleComponents = cellData.bubbleComponents;