Rename BubbleCellThreadSummaryDisplayable to RoomCellThreadSummaryDisplayable.

This commit is contained in:
SBiOSoftWhare
2022-02-16 10:44:11 +01:00
parent 24fb2b3d4b
commit cbccdff525
8 changed files with 9 additions and 9 deletions
@@ -135,7 +135,7 @@ class SizableBaseBubbleCell: BaseRoomCell, SizableBaseBubbleCellType {
}
// Add thread summary view height if needed
if sizingView is BubbleCellThreadSummaryDisplayable,
if sizingView is RoomCellThreadSummaryDisplayable,
let roomBubbleCellData = cellData as? RoomBubbleCellData,
roomBubbleCellData.hasThreadRoot {