Fixed according to https://github.com/TouchInstinct/RoboSwag/pull/38#discussion_r308532288
This commit is contained in:
parent
9b6afb2bcc
commit
b586c0dee4
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in New Issue