修复bug

This commit is contained in:
kunfei
2022-05-02 15:17:55 +08:00
parent 8a76c5e38c
commit 7115d14929
@@ -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()