Voice Chat UI improvements

This commit is contained in:
Ilya Laktyushin
2020-12-02 07:49:51 +04:00
parent 811f6981ca
commit 7d3353c01b
12 changed files with 5906 additions and 5657 deletions

View File

@@ -709,7 +709,6 @@ public final class PresentationCallManagerImpl: PresentationCallManager {
peerId: peerId,
peer: nil
)
call.sourcePanel = sourcePanel
strongSelf.updateCurrentGroupCall(call)
strongSelf.currentGroupCallPromise.set(.single(call))
strongSelf.hasActiveGroupCallsPromise.set(true)