This commit is contained in:
Horis 2023-02-21 12:34:21 +08:00
parent 9a773381aa
commit a4c8e7ff8b

View File

@ -196,7 +196,7 @@ object ReadBook : CoroutineScope by MainScope() {
toLast: Boolean = true toLast: Boolean = true
): Boolean { ): Boolean {
if (durChapterIndex > 0) { if (durChapterIndex > 0) {
durChapterPos = if (toLast) prevTextChapter?.lastReadLength ?: 0 else 0 durChapterPos = if (toLast) prevTextChapter?.lastReadLength ?: Int.MAX_VALUE else 0
durChapterIndex-- durChapterIndex--
nextTextChapter = curTextChapter nextTextChapter = curTextChapter
curTextChapter = prevTextChapter curTextChapter = prevTextChapter