Merge "Increasing swipe-to-overview gesture speed to avoid dragging icon" into ub-launcher3-qt-dev

This commit is contained in:
Vadim Tryshev
2019-05-24 18:12:20 +00:00
committed by Android (Google) Code Review
@@ -89,7 +89,7 @@ public class Background extends LauncherInstrumentation.VisibleContainer {
mLauncher.swipeToState(
centerX, startY, centerX,
startY - swipeHeight - mLauncher.getTouchSlop(),
60,
10,
expectedState);
break;
}