Update sounds

This commit is contained in:
Ali 2020-12-16 01:19:23 +04:00
parent 350f575fea
commit 46d46a9b4b
4 changed files with 1 additions and 1 deletions

View File

@ -848,7 +848,7 @@ public final class PresentationGroupCallImpl: PresentationGroupCall {
}
}
if wasConnecting != isConnecting && strongSelf.didConnectOnce {
if (wasConnecting != isConnecting && strongSelf.didConnectOnce) { //|| !strongSelf.didStartConnectingOnce {
if isConnecting {
let toneRenderer = PresentationCallToneRenderer(tone: .groupConnecting)
strongSelf.toneRenderer = toneRenderer