pull/34/head
kunfei 5 years ago
parent 22f25494d6
commit 3a30ee9847
  1. 1
      app/src/main/java/io/legado/app/ui/widget/page/ContentTextView.kt

@ -99,7 +99,6 @@ class ContentTextView : AppCompatTextView {
}
override fun scrollTo(x: Int, y: Int) {
setScrollState(scrollStateIdle)
super.scrollTo(x, min(y, mOffsetHeight))
}

Loading…
Cancel
Save