Rename BubbleCellReadReceiptsDisplayable to RoomCellReadReceiptsDisplayable.

This commit is contained in:
SBiOSoftWhare
2022-02-16 10:43:21 +01:00
parent b3fd5d41c9
commit 24fb2b3d4b
9 changed files with 10 additions and 10 deletions
@@ -144,7 +144,7 @@ class BaseRoomCell: MXKRoomBubbleTableViewCell, BaseRoomCellProtocol {
// MARK: - Public
func removeDecorationViews() {
if let bubbleCellReadReceiptsDisplayable = self as? BubbleCellReadReceiptsDisplayable {
if let bubbleCellReadReceiptsDisplayable = self as? RoomCellReadReceiptsDisplayable {
bubbleCellReadReceiptsDisplayable.removeReadReceiptsView()
}