mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-22 17:42:45 +02:00
MELS: Remove attributedTextMessageBackup and let MXKRoomBubleCellDataStoring implementation display attributedTextMessage or collapsedAttributedTextMessage
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user