@ -116,9 +116,11 @@ abstract class BaseReadAloudService : BaseService(),
}
} else {
textChapter.getUnRead(pageIndex).split("\n").forEach {
if (it.isNotEmpty()) {
contentList.add(it)
if (play) play()
} ?: stopSelf()