This commit is contained in:
Horis 2024-01-21 18:26:59 +08:00
parent 325b500c85
commit 08e95af431

View File

@ -109,6 +109,9 @@ object ReadBook : CoroutineScope by MainScope() {
}
callBack?.upMenuView()
upWebBook(book)
synchronized(this) {
loadingChapters.clear()
}
}
fun upWebBook(book: Book) {