Skip to content

Instantly share code, notes, and snippets.

@pwittchen
Created March 11, 2016 12:40
Show Gist options
  • Save pwittchen/9ca107cf00c6841a3ca1 to your computer and use it in GitHub Desktop.
Save pwittchen/9ca107cf00c6841a3ca1 to your computer and use it in GitHub Desktop.
@Override public boolean dispatchTouchEvent(MotionEvent event) {
swipe.dispatchTouchEvent(event);
return super.dispatchTouchEvent(event);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment