Various Fixes

This commit is contained in:
Ilya Laktyushin
2021-07-25 13:01:18 +03:00
parent 1f0646541d
commit c9d4c266dd
10 changed files with 52 additions and 33 deletions

View File

@@ -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()