This commit is contained in:
kunfei
2022-04-07 11:33:02 +08:00
parent 492e3241e6
commit f377f3ca5c

View File

@@ -183,6 +183,9 @@ class BookInfoViewModel(application: Application) : BaseViewModel(application) {
bookData.value!!.changeTo(newBook, toc)
bookData.postValue(newBook)
chapterListData.postValue(toc)
if (inBookshelf) {
appDb.bookChapterDao.insert(*toc.toTypedArray())
}
}.onFinally {
postEvent(EventBus.SOURCE_CHANGED, newBook.bookUrl)
}