Fix double end call and update tgcalls

This commit is contained in:
Ali 2023-02-28 22:24:39 +04:00
parent 2f0f16b513
commit 13e4d9d219
2 changed files with 3 additions and 1 deletions

View File

@ -616,6 +616,8 @@ public final class PresentationCallImpl: PresentationCall {
let debugLogValue = Promise<String?>() let debugLogValue = Promise<String?>()
self.ongoingContext?.stop(sendDebugLogs: options.contains(.sendDebugLogs), debugLogValue: debugLogValue) self.ongoingContext?.stop(sendDebugLogs: options.contains(.sendDebugLogs), debugLogValue: debugLogValue)
} }
case .dropping:
break
default: default:
self.audioSessionShouldBeActive.set(false) self.audioSessionShouldBeActive.set(false)
if wasActive { if wasActive {

@ -1 +1 @@
Subproject commit 5090576cde46c2c4e05c264f2e6c1ea7a2771d49 Subproject commit d114d7a3fc8adb894464a167521cbe871ba8c888