pull/32/head
kunfei 5 years ago
parent 7e586fc400
commit 773c329d2b
  1. 2
      app/src/main/java/io/legado/app/ui/bookinfo/BookInfoViewModel.kt

@ -83,9 +83,9 @@ 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.customCoverUrl = it.customCoverUrl
book.customIntro = it.customIntro
}
execute {

Loading…
Cancel
Save