|
|
@ -197,7 +197,7 @@ class ContentTextView(context: Context, attrs: AttributeSet?) : View(context, at |
|
|
|
if (selectLineStart != lineIndex || selectCharStart != charIndex) { |
|
|
|
if (selectLineStart != lineIndex || selectCharStart != charIndex) { |
|
|
|
selectLineStart = lineIndex |
|
|
|
selectLineStart = lineIndex |
|
|
|
selectCharStart = charIndex |
|
|
|
selectCharStart = charIndex |
|
|
|
upSelectedStart(textChar.start, textLine.lineBottom) |
|
|
|
upSelectedStart(textChar.start, textLine.lineBottom + pageOffset) |
|
|
|
upSelectChars(textPage) |
|
|
|
upSelectChars(textPage) |
|
|
|
} |
|
|
|
} |
|
|
|
break |
|
|
|
break |
|
|
|