Update group call icon and title

This commit is contained in:
ismailgulek
2021-04-15 16:49:04 +03:00
parent e6262a4f12
commit 68d0eb8194
3 changed files with 5 additions and 16 deletions
@@ -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)
}