Fix copying links when scrolling in #6343

Closes #6565
// FREEBIE
This commit is contained in:
Ahmed Ibrahim Khalil 2017-04-23 00:18:24 +02:00 committed by Moxie Marlinspike
parent 3acfba7bd0
commit c2796285d5
1 changed files with 1 additions and 0 deletions

View File

@ -90,6 +90,7 @@ public class LongClickMovementMethod extends LinkMovementMethod {
aSpan.setHighlighted(false, Color.TRANSPARENT);
}
Selection.removeSelection(buffer);
return gestureDetector.onTouchEvent(event);
}
return super.onTouchEvent(widget, buffer, event);
}