Voice Chat UI fixes

This commit is contained in:
Ilya Laktyushin 2020-12-14 19:37:37 +04:00
parent ae2bf3b908
commit 85a74c2ff2
10 changed files with 145 additions and 94 deletions

View file

@ -7083,7 +7083,7 @@ public final class ChatControllerImpl: TelegramBaseController, ChatController, G
}
if let controller = voiceChatOverlayController {
controller.update(hidden: self.isSendButtonVisible, slide: false, animated: true)
controller.updateVisibility()
}
}
}