You've already forked android_translation_layer
mirror of
https://gitlab.com/android_translation_layer/android_translation_layer.git
synced 2025-10-27 11:48:10 -07:00
ViewConfiguration.getScaledDoubleTapSlop(): return meaningful value
This commit is contained in:
@@ -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() {
|
||||||
|
|||||||
Reference in New Issue
Block a user