Fix account selection for voice chats from Calls screen

This commit is contained in:
Ilya Laktyushin
2021-03-18 00:33:48 +04:00
parent 7fc90635dd
commit cd6af7d537

View File

@@ -383,7 +383,7 @@ final class CallListControllerNode: ASDisplayNode {
} }
if let activeCall = activeCall { if let activeCall = activeCall {
strongSelf.context.joinGroupCall(peerId: peerId, invite: nil, requestJoinAsPeerId: nil, activeCall: activeCall) strongSelf.joinGroupCall(peerId, activeCall)
} }
})) }))
}) })