This commit is contained in:
kunfei
2022-07-07 22:22:20 +08:00
parent d093208a20
commit 929c5650c7
2 changed files with 2 additions and 0 deletions
@@ -143,6 +143,7 @@ abstract class BaseReadAloudService : BaseService(),
}
open fun play() {
isRun = true
pause = false
upNotification()
postEvent(EventBus.ALOUD_STATE, Status.PLAY)