Skip to content

Commit

Permalink
remove log from double click
Browse files Browse the repository at this point in the history
  • Loading branch information
Dev4Mod committed Oct 19, 2024
1 parent 56ab9b0 commit f75c2f8
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,6 @@ public void doubleClick(View view, Object objMessage) {
auxClick.clicks = 0;
}
if (auxClick.clicks > 1) {
Utils.showToast("Tap", 1);
auxClick.clicks = 0;
auxClick.lastClick = 0;
gestureDetector.doubleClick(v, param.args[2]);
Expand Down

0 comments on commit f75c2f8

Please sign in to comment.