mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-20 16:42:44 +02:00
Update group call icon and title
This commit is contained in:
@@ -62,13 +62,6 @@ class RoomDirectCallStatusBubbleCell: RoomBaseCallBubbleCell {
|
||||
return formatter
|
||||
}
|
||||
|
||||
override func update(theme: Theme) {
|
||||
super.update(theme: theme)
|
||||
if let themable = bottomContentView as? Themable {
|
||||
themable.update(theme: theme)
|
||||
}
|
||||
}
|
||||
|
||||
private func updateBottomContentView() {
|
||||
bottomContentView = bottomView(for: viewState)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user