Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Nullptr fix #130

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

Nullptr fix #130

wants to merge 4 commits into from

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