mirror of
https://github.com/gedoor/legado.git
synced 2025-08-10 00:52:30 +00:00
优化
This commit is contained in:
@@ -308,7 +308,7 @@ class HttpReadAloudService : BaseReadAloudService(),
|
||||
for (i in start..contentList[nowSpeak].length) {
|
||||
if (readAloudNumber + i > textChapter.getReadLength(pageIndex + 1)) {
|
||||
pageIndex++
|
||||
if (pageIndex < textChapter.pages.size) {
|
||||
if (pageIndex < textChapter.pageSize) {
|
||||
ReadBook.moveToNextPage()
|
||||
}
|
||||
postEvent(EventBus.TTS_PROGRESS, readAloudNumber + i)
|
||||
|
||||
Reference in New Issue
Block a user