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
@@ -160,6 +160,9 @@ extension RoomBaseCallBubbleCell: Themable {
func update(theme: Theme) {
innerContentView.update(theme: theme)
if let themable = bottomContentView as? Themable {
themable.update(theme: theme)
}
}
}