mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-21 09:02:44 +02:00
MELS: Fix call of bubbleCell.blurred when selected an event
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user