This commit is contained in:
Horis
2023-02-21 12:34:21 +08:00
parent f99bf39442
commit 0c517f5127
@@ -196,7 +196,7 @@ object ReadBook : CoroutineScope by MainScope() {
toLast: Boolean = true
): Boolean {
if (durChapterIndex > 0) {
durChapterPos = if (toLast) prevTextChapter?.lastReadLength ?: 0 else 0
durChapterPos = if (toLast) prevTextChapter?.lastReadLength ?: Int.MAX_VALUE else 0
durChapterIndex--
nextTextChapter = curTextChapter
curTextChapter = prevTextChapter