优化文字选择

pull/357/head
gedoor 4 years ago
parent e7701895e6
commit 4ce51bd328
  1. 2
      app/src/main/java/io/legado/app/ui/book/read/page/ContentTextView.kt

@ -332,7 +332,7 @@ class ContentTextView(context: Context, attrs: AttributeSet?) : View(context, at
upSelectedStart(
textChar.start,
textLine.lineBottom + relativeOffset(relativePage),
textLine.lineTop
textLine.lineTop + relativeOffset(relativePage)
)
upSelectChars()
}

Loading…
Cancel
Save