@ -82,6 +82,12 @@ class BookInfoViewModel(application: Application) : BaseViewModel(application) {
}
fun changeTo(book: Book) {
bookData.value?.let {
book.customCoverUrl = it.customCoverUrl
book.durChapterIndex = it.durChapterIndex
book.durChapterPos = it.durChapterPos
book.customIntro = it.customIntro
execute {
if (inBookshelf) {