From cd6af7d5378f746b7be0c11693b3f6a0282644e9 Mon Sep 17 00:00:00 2001 From: Ilya Laktyushin Date: Thu, 18 Mar 2021 00:33:48 +0400 Subject: [PATCH] Fix account selection for voice chats from Calls screen --- submodules/CallListUI/Sources/CallListControllerNode.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/submodules/CallListUI/Sources/CallListControllerNode.swift b/submodules/CallListUI/Sources/CallListControllerNode.swift index 3e73269d38..384c5aab58 100644 --- a/submodules/CallListUI/Sources/CallListControllerNode.swift +++ b/submodules/CallListUI/Sources/CallListControllerNode.swift @@ -383,7 +383,7 @@ final class CallListControllerNode: ASDisplayNode { } if let activeCall = activeCall { - strongSelf.context.joinGroupCall(peerId: peerId, invite: nil, requestJoinAsPeerId: nil, activeCall: activeCall) + strongSelf.joinGroupCall(peerId, activeCall) } })) })