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
@@ -152,7 +152,7 @@ class BaseRoomCell: MXKRoomBubbleTableViewCell, BaseRoomCellProtocol {
bubbleCellReactionsDisplayable.removeReactionsView()
}
if let bubbleCellThreadSummaryDisplayable = self as? BubbleCellThreadSummaryDisplayable {
if let bubbleCellThreadSummaryDisplayable = self as? RoomCellThreadSummaryDisplayable {
bubbleCellThreadSummaryDisplayable.removeThreadSummaryView()
}