Merge "Increasing swipe-to-overview gesture speed to avoid dragging icon" into ub-launcher3-qt-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
13f4ee2829
@@ -89,7 +89,7 @@ public class Background extends LauncherInstrumentation.VisibleContainer {
|
|||||||
mLauncher.swipeToState(
|
mLauncher.swipeToState(
|
||||||
centerX, startY, centerX,
|
centerX, startY, centerX,
|
||||||
startY - swipeHeight - mLauncher.getTouchSlop(),
|
startY - swipeHeight - mLauncher.getTouchSlop(),
|
||||||
60,
|
10,
|
||||||
expectedState);
|
expectedState);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user