@ -325,4 +325,7 @@ abstract class BaseReadAloudService : BaseService(),
abstract fun aloudServicePendingIntent(actionStr: String): PendingIntent?
open fun nextChapter() {
postEvent(Bus.TTS_TURN_PAGE, 2)
}
@ -194,7 +194,7 @@ class HttpReadAloudService : BaseReadAloudService(),
nowSpeak++
play()
} else {
nextChapter()
@ -164,7 +164,7 @@ class TTSReadAloudService : BaseReadAloudService(), TextToSpeech.OnInitListener
readAloudNumber += contentList[nowSpeak].length + 1
if (nowSpeak >= contentList.size) {