Android-SwipeToDismiss icon indicating copy to clipboard operation
Android-SwipeToDismiss copied to clipboard

Fixing wrong view get ACTION_CANCEL event

Open sunnygoyal opened this issue 9 years ago • 0 comments

When the same listener is attached to the root view and a child view (like a EditText), the ACTION_CANCEL should be sent to the view receiving the events (like in the above case, EditText should not show the "Paste" option).

sunnygoyal avatar Nov 04 '14 04:11 sunnygoyal