vender98 2019-07-30 08:47:29 +03:00
parent 9b6afb2bcc
commit b586c0dee4
1 changed files with 1 additions and 2 deletions

View File

@ -54,8 +54,7 @@ object ClickableMovementMethod : BaseMovementMethod() {
if (action == MotionEvent.ACTION_UP) {
link[0].onClick(widget)
} else {
Selection.setSelection(text, text.getSpanStart(link[0]),
text.getSpanEnd(link[0]))
Selection.setSelection(text, text.getSpanStart(link[0]), text.getSpanEnd(link[0]))
}
return true
} else {