This commit is contained in:
Horis 2023-04-21 18:03:34 +08:00
parent 345fe81caf
commit e70743878a

View File

@ -105,6 +105,7 @@ class AudioPlayService : BaseService(),
intent?.action?.let { action ->
when (action) {
IntentAction.play -> {
exoPlayer.stop()
pause = false
position = AudioPlay.book?.durChapterPos ?: 0
loadContent()