This commit is contained in:
Horis
2023-07-08 17:07:14 +08:00
parent b300a0002f
commit d072d2d163

View File

@@ -207,6 +207,7 @@ abstract class BaseReadAloudService : BaseService(),
@CallSuper
open fun resumeReadAloud() {
pause = false
upNotification()
upMediaSessionPlaybackState(PlaybackStateCompat.STATE_PLAYING)
postEvent(EventBus.ALOUD_STATE, Status.PLAY)
}