This commit is contained in:
Ali
2020-11-26 19:10:53 +04:00
parent d1d533a443
commit 765ae45e0b
18 changed files with 2552 additions and 2275 deletions

View File

@@ -598,7 +598,7 @@ public final class PresentationCallManagerImpl: PresentationCallManager {
}
if let currentGroupCall = self.currentGroupCallValue {
if endCurrentIfAny {
let endSignal = currentGroupCall.leave()
let endSignal = currentGroupCall.leave(terminateIfPossible: false)
|> filter { $0 }
|> take(1)
|> deliverOnMainQueue