From 0055ca09cba3ed369b9db117a37457600a0c3afe Mon Sep 17 00:00:00 2001 From: Isaac <> Date: Thu, 24 Jul 2025 00:10:02 +0200 Subject: [PATCH] Disable call conflict resolution --- .../TelegramCallsUI/Sources/PresentationCallManager.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/submodules/TelegramCallsUI/Sources/PresentationCallManager.swift b/submodules/TelegramCallsUI/Sources/PresentationCallManager.swift index e5e051a84c..993e94adc0 100644 --- a/submodules/TelegramCallsUI/Sources/PresentationCallManager.swift +++ b/submodules/TelegramCallsUI/Sources/PresentationCallManager.swift @@ -362,7 +362,7 @@ public final class PresentationCallManagerImpl: PresentationCallManager { ) strongSelf.updateCurrentCall(call) })) - } else if let currentCall = self.currentCall, currentCall.peerId == firstState.1.id, currentCall.peerId.id._internalGetInt64Value() < firstState.0.account.peerId.id._internalGetInt64Value() { + } else if !"".isEmpty, let currentCall = self.currentCall, currentCall.peerId == firstState.1.id, currentCall.peerId.id._internalGetInt64Value() < firstState.0.account.peerId.id._internalGetInt64Value() { let _ = currentCall.hangUp().startStandalone() self.currentCallDisposable.set((combineLatest(