mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-22 17:42:45 +02:00
Rename BubbleCellReadReceiptsDisplayable to RoomCellReadReceiptsDisplayable.
This commit is contained in:
@@ -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()
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user