From 9a36c6fd4176c9b152ac7b24398e40f372f7369e Mon Sep 17 00:00:00 2001 From: overtake Date: Mon, 21 Sep 2020 11:54:59 +0300 Subject: [PATCH] small fix for call --- submodules/TelegramCore/Sources/CallSessionManager.swift | 2 ++ 1 file changed, 2 insertions(+) diff --git a/submodules/TelegramCore/Sources/CallSessionManager.swift b/submodules/TelegramCore/Sources/CallSessionManager.swift index 80ab35f54e..69401d05cb 100644 --- a/submodules/TelegramCore/Sources/CallSessionManager.swift +++ b/submodules/TelegramCore/Sources/CallSessionManager.swift @@ -574,6 +574,8 @@ private final class CallSessionManagerContext { self.ringingStatesUpdated() } } + } else { + self.contextUpdated(internalId: internalId) } }