mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-21 00:52:43 +02:00
Fix read receipts on call tiles
This commit is contained in:
@@ -135,6 +135,18 @@ class RoomBaseCallBubbleCell: MXKRoomBubbleTableViewCell {
|
||||
|
||||
}
|
||||
|
||||
extension RoomBaseCallBubbleCell: BubbleCellReadReceiptsDisplayable {
|
||||
|
||||
func addReadReceiptsView(_ readReceiptsView: UIView) {
|
||||
innerContentView.addReadReceiptsView(readReceiptsView)
|
||||
}
|
||||
|
||||
func removeReadReceiptsView() {
|
||||
innerContentView.removeReadReceiptsView()
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
extension RoomBaseCallBubbleCell: Themable {
|
||||
|
||||
func update(theme: Theme) {
|
||||
@@ -143,6 +155,6 @@ extension RoomBaseCallBubbleCell: Themable {
|
||||
|
||||
}
|
||||
|
||||
extension RoomBaseCallBubbleCell: NibLoadable, Reusable {
|
||||
extension RoomBaseCallBubbleCell: NibReusable {
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user