mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-06-16 05:55:20 +00:00
Restore sound
This commit is contained in:
parent
0c35053f04
commit
7be78e00b4
@ -1579,7 +1579,7 @@ public final class PresentationGroupCallImpl: PresentationGroupCall {
|
|||||||
if let current = self.genericCallContext {
|
if let current = self.genericCallContext {
|
||||||
genericCallContext = current
|
genericCallContext = current
|
||||||
} else {
|
} else {
|
||||||
if self.isStream {
|
if self.isStream, !"".isEmpty {
|
||||||
genericCallContext = .mediaStream(WrappedMediaStreamingContext(rejoinNeeded: { [weak self] in
|
genericCallContext = .mediaStream(WrappedMediaStreamingContext(rejoinNeeded: { [weak self] in
|
||||||
Queue.mainQueue().async {
|
Queue.mainQueue().async {
|
||||||
guard let strongSelf = self else {
|
guard let strongSelf = self else {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user