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
durChapterPos = progress.durChapterPos
clearTextChapter()
callBack?.upContent()
loadContent(resetPageOffset = true)
}
}