Voice Chat Fixes

This commit is contained in:
Ilya Laktyushin
2021-03-13 16:50:20 +04:00
parent ab8ef13188
commit e93d279cc0
12 changed files with 128 additions and 57 deletions

View File

@@ -123,6 +123,7 @@ public final class VoiceChatJoinScreen: ViewController {
if let strongSelf = self {
if let (peer, call) = peerAndCall {
if call.info.id == currentGroupCallId {
strongSelf.dismiss()
strongSelf.context.sharedContext.navigateToCurrentCall()
return
}