Skip to content

Commit

Permalink
long press should only be active in touch nmode
Browse files Browse the repository at this point in the history
  • Loading branch information
downthecrop committed Nov 30, 2023
1 parent f0726f0 commit d05915e
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,6 @@ public boolean onTouch(View v, MotionEvent event) {
}
}
}
longPressDetector.onTouchEvent(event);

prevY = y;
prevX = x;
Expand Down

0 comments on commit d05915e

Please sign in to comment.