ViewConfiguration.getScaledDoubleTapSlop(): return meaningful value

This commit is contained in:
Julian Winkler
2024-05-15 23:04:09 +02:00
parent e1f79dc3a9
commit 4f4d22688e

View File

@@ -44,7 +44,7 @@ public class ViewConfiguration {
} }
public int getScaledDoubleTapSlop() { public int getScaledDoubleTapSlop() {
return 0; return 100;
} }
public static float getScrollFriction() { public static float getScrollFriction() {