This commit is contained in:
Horis 2023-11-06 21:32:52 +08:00
parent 3424ed1457
commit 8add054d41

View File

@ -129,6 +129,7 @@ object ReadBook : CoroutineScope by MainScope() {
durChapterIndex = progress.durChapterIndex durChapterIndex = progress.durChapterIndex
durChapterPos = progress.durChapterPos durChapterPos = progress.durChapterPos
clearTextChapter() clearTextChapter()
callBack?.upContent()
loadContent(resetPageOffset = true) loadContent(resetPageOffset = true)
} }
} }