修复bug

This commit is contained in:
kunfei
2022-05-02 15:17:55 +08:00
parent 5b5510930c
commit 93243e5fa0
@@ -127,7 +127,7 @@ class AudioPlayService : BaseService(),
private fun play() {
upNotification()
if (requestFocus()) {
execute {
execute(context = Main) {
AudioPlay.status = Status.STOP
postEvent(EventBus.AUDIO_STATE, Status.STOP)
upPlayProgressJob?.cancel()