This commit is contained in:
Horis
2025-11-12 12:02:35 +08:00
parent 2300510319
commit 92e223171d
@@ -399,7 +399,7 @@ object ReadBook : CoroutineScope by MainScope() {
if (durChapterIndex > 0) {
durChapterPos = if (toLast) prevTextChapter?.lastReadLength ?: Int.MAX_VALUE else 0
durChapterIndex--
nextTextChapter?.cancelLayout()
nextChapterLoadingJob?.cancel()
nextTextChapter = curTextChapter
curTextChapter = prevTextChapter
prevTextChapter = null