Voice Chat UI fixes

This commit is contained in:
Ilya Laktyushin
2020-12-01 14:24:39 +04:00
parent ed28ef6b5b
commit 5f3552ea6f
5 changed files with 20 additions and 6 deletions

View File

@@ -403,6 +403,7 @@ open class TelegramBaseController: ViewController, KeyShortcutResponder {
if previousTheme !== presentationData.theme || previousStrings !== presentationData.strings {
strongSelf.mediaAccessoryPanel?.0.containerNode.updatePresentationData(presentationData)
strongSelf.locationBroadcastAccessoryPanel?.updatePresentationData(presentationData)
strongSelf.groupCallAccessoryPanel?.updatePresentationData(presentationData)
}
}
})