pull/2111/head
821938089 2 years ago
parent b2742a33ae
commit fc9259d344
  1. 1
      app/src/main/java/io/legado/app/ui/book/read/page/ReadView.kt

@ -296,6 +296,7 @@ class ReadView(context: Context, attrs: AttributeSet) :
kotlin.runCatching {
curPage.longPress(startX, startY) { relativePos, lineIndex, charIndex ->
isTextSelected = true
pressOnTextSelected = true
initialTextPos.upData(relativePos, lineIndex, charIndex)
val startPos = TextPos(relativePos, lineIndex, charIndex)
val endPos = TextPos(relativePos, lineIndex, charIndex)

Loading…
Cancel
Save