优化文字选择

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( upSelectedStart(
textChar.start, textChar.start,
textLine.lineBottom + relativeOffset(relativePage), textLine.lineBottom + relativeOffset(relativePage),
textLine.lineTop textLine.lineTop + relativeOffset(relativePage)
) )
upSelectChars() upSelectChars()
} }

Loading…
Cancel
Save