pull/298/head
gedoor 4 years ago
parent 0486b7f639
commit 584700a8a9
  1. 2
      app/src/main/java/io/legado/app/ui/book/info/BookInfoActivity.kt

@ -64,7 +64,7 @@ class BookInfoActivity :
arc_view.setBgColor(backgroundColor)
ll_info.setBackgroundColor(backgroundColor)
scroll_view.setBackgroundColor(backgroundColor)
tv_shelf.setBackgroundColor(bottomBackground)
fl_action.setBackgroundColor(bottomBackground)
viewModel.bookData.observe(this, Observer { showBook(it) })
viewModel.chapterListData.observe(this, Observer { upLoading(false, it) })
viewModel.initData(intent)

Loading…
Cancel
Save