mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 14:20:20 +00:00
Serialization update
This commit is contained in:
@@ -413,10 +413,8 @@ public final class PresentationCallImpl: PresentationCall {
|
||||
|
||||
if let data = context.currentAppConfiguration.with({ $0 }).data, let _ = data["ios_killswitch_disable_call_device"] {
|
||||
self.sharedAudioContext = nil
|
||||
} else if context.sharedContext.immediateExperimentalUISettings.conferenceCalls {
|
||||
self.sharedAudioContext = SharedCallAudioContext(audioSession: audioSession, callKitIntegration: callKitIntegration)
|
||||
} else {
|
||||
self.sharedAudioContext = nil
|
||||
self.sharedAudioContext = SharedCallAudioContext(audioSession: audioSession, callKitIntegration: callKitIntegration)
|
||||
}
|
||||
|
||||
if let _ = self.sharedAudioContext {
|
||||
|
||||
Reference in New Issue
Block a user