This commit is contained in:
gedoor 2022-01-02 21:46:11 +08:00
parent 95c9edf541
commit ede2088f3c

View File

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