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 9ae8599ac5
commit ce60fb2cf5
-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;