saket / Better-Link-Movement-Method

Attempts to improve how clickable links are detected, highlighted and handled in TextView
Apache License 2.0
780 stars 78 forks source link

Long press on link doesn't fully consume the event #49

Open singpolyma opened 1 year ago

singpolyma commented 1 year ago

Namely, if the parent view has a context menu registered, it will still trigger sometimes, even if I cancel all touch events in the long press handler. I think it's a timer race between the parent and the movement handler.