MELS: Remove attributedTextMessageBackup and let MXKRoomBubleCellDataStoring implementation display attributedTextMessage or collapsedAttributedTextMessage

This commit is contained in:
manuroe
2017-07-11 15:35:11 +02:00
parent 642eacab31
commit d2d53062a4
2 changed files with 21 additions and 2 deletions
-1
View File
@@ -1566,7 +1566,6 @@
else
{
// Use a normal membership cell for a single membership event
bubbleData.attributedTextMessage = bubbleData.attributedTextMessageBackup;
cellViewClass = bubbleData.isPaginationFirstBubble ? RoomMembershipWithPaginationTitleBubbleCell.class : RoomMembershipBubbleCell.class;
}
}