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:
@@ -172,7 +172,7 @@ final class RoomCellContentView: UIView, NibLoadable {
|
||||
}
|
||||
|
||||
// MARK: - BubbleCellReadReceiptsDisplayable
|
||||
extension RoomCellContentView: BubbleCellReadReceiptsDisplayable {
|
||||
extension RoomCellContentView: RoomCellReadReceiptsDisplayable {
|
||||
|
||||
func addReadReceiptsView(_ readReceiptsView: UIView) {
|
||||
self.readReceiptsContentView.vc_removeAllSubviews()
|
||||
|
||||
Reference in New Issue
Block a user