mirror of
https://github.com/2009scape/2009Scape-mobile.git
synced 2025-12-19 13:00:12 -07:00
Fix wrong detection method used
This commit is contained in:
parent
93f8dd632b
commit
0536f9419d
1 changed files with 1 additions and 1 deletions
|
|
@ -166,7 +166,7 @@ public class BaseMainActivity extends LoggableActivity {
|
|||
|
||||
|
||||
|
||||
singleTapDetector = new TapDetector(1, TapDetector.DETECTION_METHOD_UP);
|
||||
singleTapDetector = new TapDetector(1, TapDetector.DETECTION_METHOD_BOTH);
|
||||
doubleTapDetector = new TapDetector(2, TapDetector.DETECTION_METHOD_DOWN);
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue