mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-06-15 21:45:19 +00:00
Update sounds
This commit is contained in:
parent
350f575fea
commit
46d46a9b4b
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -848,7 +848,7 @@ public final class PresentationGroupCallImpl: PresentationGroupCall {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if wasConnecting != isConnecting && strongSelf.didConnectOnce {
|
if (wasConnecting != isConnecting && strongSelf.didConnectOnce) { //|| !strongSelf.didStartConnectingOnce {
|
||||||
if isConnecting {
|
if isConnecting {
|
||||||
let toneRenderer = PresentationCallToneRenderer(tone: .groupConnecting)
|
let toneRenderer = PresentationCallToneRenderer(tone: .groupConnecting)
|
||||||
strongSelf.toneRenderer = toneRenderer
|
strongSelf.toneRenderer = toneRenderer
|
||||||
|
Loading…
x
Reference in New Issue
Block a user