mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 14:20:20 +00:00
Various Fixes
This commit is contained in:
@@ -233,7 +233,7 @@ public func playSound(context: AccountContext, sound: PeerMessageSound, defaultS
|
||||
currentPlayer?.play()
|
||||
}
|
||||
}
|
||||
}, deactivate: {
|
||||
}, deactivate: { _ in
|
||||
return Signal { subscriber in
|
||||
Queue.mainQueue().async {
|
||||
currentPlayer?.stop()
|
||||
|
||||
Reference in New Issue
Block a user