pull/981/head
gedoor 4 years ago
parent 16d1aab5a5
commit 90fd0d1a59
  1. 9
      app/src/main/java/io/legado/app/ui/book/read/page/PageView.kt

@ -237,15 +237,6 @@ class PageView(context: Context) : FrameLayout(context) {
fun scroll(offset: Int) { fun scroll(offset: Int) {
binding.contentTextView.scroll(offset) binding.contentTextView.scroll(offset)
// if (offset > 0) {
// for (i in 1..offset) {
// binding.contentTextView.scroll(1)
// }
// } else {
// for (i in offset..-1) {
// binding.contentTextView.scroll(-1)
// }
// }
} }
fun upSelectAble(selectAble: Boolean) { fun upSelectAble(selectAble: Boolean) {

Loading…
Cancel
Save