mirror of
https://github.com/gedoor/legado.git
synced 2025-08-10 00:52:30 +00:00
优化
This commit is contained in:
@@ -259,7 +259,6 @@ object Restore {
|
||||
LauncherIconHelp.changeIcon(appCtx.getPrefString(PreferKey.launcherIcon))
|
||||
}
|
||||
ThemeConfig.applyDayNight(appCtx)
|
||||
postEvent(EventBus.RECREATE, "")
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -308,7 +308,9 @@ class HttpReadAloudService : BaseReadAloudService(),
|
||||
for (i in start..contentList[nowSpeak].length) {
|
||||
if (readAloudNumber + i > textChapter.getReadLength(pageIndex + 1)) {
|
||||
pageIndex++
|
||||
ReadBook.moveToNextPage()
|
||||
if (pageIndex < textChapter.pages.size) {
|
||||
ReadBook.moveToNextPage()
|
||||
}
|
||||
postEvent(EventBus.TTS_PROGRESS, readAloudNumber + i)
|
||||
}
|
||||
delay(sleep)
|
||||
|
||||
Reference in New Issue
Block a user