Skip to content

Instantly share code, notes, and snippets.

@XjojoX1989
Created April 4, 2020 09:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save XjojoX1989/5e0d68ccdae84fbc16fb9e95ccf5f191 to your computer and use it in GitHub Desktop.
Save XjojoX1989/5e0d68ccdae84fbc16fb9e95ccf5f191 to your computer and use it in GitHub Desktop.
GestureDetector mGestureDetector = new GestureDetector(this);
//解決長按屏幕後無法拖動的現象
mGestureDetector.setIsLongpressEnabled(false);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment