pull/517/head
gedoor 4 years ago
parent db31b83ffb
commit 06d3902e81
  1. 2
      app/src/main/java/io/legado/app/ui/book/read/page/ContentView.kt

@ -111,7 +111,7 @@ class ContentView(context: Context) : FrameLayout(context) {
ReadTipConfig.apply {
binding.tvHeaderLeft.isInvisible = tipHeaderLeft != chapterTitle
binding.bvHeaderLeft.isInvisible =
tipHeaderLeft == none || !binding.bvHeaderLeft.isInvisible
tipHeaderLeft == none || !binding.tvHeaderLeft.isInvisible
binding.tvHeaderRight.isGone = tipHeaderRight == none
binding.tvHeaderMiddle.isGone = tipHeaderMiddle == none
binding.tvFooterLeft.isInvisible = tipFooterLeft != chapterTitle

Loading…
Cancel
Save