diff --git a/Riot/ViewController/RoomViewController.m b/Riot/ViewController/RoomViewController.m index 4d617e183..3190bfc6b 100644 --- a/Riot/ViewController/RoomViewController.m +++ b/Riot/ViewController/RoomViewController.m @@ -1543,7 +1543,7 @@ id bubbleData = (id)cellData; // Select the suitable table view cell class, by considering first the empty bubble cell. - if (!bubbleData.attributedTextMessage) + if (bubbleData.hasNoDisplay) { cellViewClass = RoomEmptyBubbleCell.class; }