Rename BubbleCellReactionsDisplayable to RoomCellReactionsDisplayable.

This commit is contained in:
SBiOSoftWhare
2022-02-16 10:42:19 +01:00
parent 9b89b8c4bd
commit cae681fabb
11 changed files with 12 additions and 12 deletions
@@ -124,7 +124,7 @@ class SizableBaseBubbleCell: BaseRoomCell, SizableBaseBubbleCellType {
}
// Add reactions view height if needed
if sizingView is BubbleCellReactionsDisplayable,
if sizingView is RoomCellReactionsDisplayable,
let roomBubbleCellData = cellData as? RoomBubbleCellData,
let bubbleReactionsViewModel = self.reactionsViewModelBuilder.buildForFirstVisibleComponent(of: roomBubbleCellData) {