Fix wrong detection method used

This commit is contained in:
SerpentSpirale 2021-10-22 23:17:12 +02:00
parent 93f8dd632b
commit 0536f9419d

View file

@ -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);