Skip to content

Conversation

@ejtagle
Copy link

@ejtagle ejtagle commented Sep 24, 2014

Attempt at fixing the crash when dragging listview items and exiting the view at the same time. It is suspected that some other component is stealing touch events, preventing the GestureDetector to see the DOWN MotionEvent. Without that event, the GestureDetecter eventually calls the onScroll method of the gesturelistener with a null initial event, leading to an application crash

xiphirx and others added 4 commits September 19, 2014 11:08
… overwritten by eclipse when the project was imported
…tween the last UP message and the next DOWN message, and does not pass them to the GestureDetector, thus avoiding crashes caused by missing DOWN touch events caused by touch interception by other ui components
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants