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

@ -51,11 +51,11 @@ 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 = { binding.contentTextView.upView = {
setProgress(it) setProgress(it)
} }
} }
}
fun upStyle() = with(binding) { fun upStyle() = with(binding) {
ChapterProvider.let { ChapterProvider.let {

Loading…
Cancel
Save