mirror of
https://github.com/gedoor/legado.git
synced 2025-08-10 00:52:30 +00:00
优化
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user