This commit is contained in:
gedoor 2022-01-05 22:03:49 +08:00
parent dca0cd457e
commit 9d9f9b452f

View File

@ -181,7 +181,8 @@ object BookController {
if (ReadBook.book?.bookUrl == book.bookUrl) {
ReadBook.book = book
ReadBook.durChapterIndex = index
ReadBook.loadContent(index)
ReadBook.clearTextChapter()
ReadBook.loadContent(true)
}
}