mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 14:20:20 +00:00
Voice Chat Fixes
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user