From d157bb2c458e6d053ec0848e35e4c5aee8dae25a Mon Sep 17 00:00:00 2001 From: Horis <821938089@qq.com> Date: Mon, 6 Nov 2023 21:46:30 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/src/main/java/io/legado/app/model/ReadBook.kt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/src/main/java/io/legado/app/model/ReadBook.kt b/app/src/main/java/io/legado/app/model/ReadBook.kt index f0e1bb27f..936334982 100644 --- a/app/src/main/java/io/legado/app/model/ReadBook.kt +++ b/app/src/main/java/io/legado/app/model/ReadBook.kt @@ -204,6 +204,7 @@ object ReadBook : CoroutineScope by MainScope() { nextTextChapter = null if (curTextChapter == null) { AppLog.putDebug("moveToNextChapter-章节未加载,开始加载") + callBack?.upContent() loadContent(durChapterIndex, upContent, resetPageOffset = false) } else if (upContent) { AppLog.putDebug("moveToNextChapter-章节已加载,刷新视图") @@ -232,6 +233,7 @@ object ReadBook : CoroutineScope by MainScope() { curTextChapter = prevTextChapter prevTextChapter = null if (curTextChapter == null) { + callBack?.upContent() loadContent(durChapterIndex, upContent, resetPageOffset = false) } else if (upContent) { callBack?.upContent()