pull/517/head
gedoor 4 years ago
parent f14ba7c859
commit a28d2806cb
  1. 6
      app/src/main/java/io/legado/app/ui/book/read/page/PageView.kt

@ -51,9 +51,9 @@ class PageView(context: Context) : FrameLayout(context) {
setBackgroundColor(context.getCompatColor(R.color.background)) setBackgroundColor(context.getCompatColor(R.color.background))
upTipStyle() upTipStyle()
upStyle() upStyle()
binding.contentTextView.upView = { }
setProgress(it) binding.contentTextView.upView = {
} setProgress(it)
} }
} }

Loading…
Cancel
Save