Entering overview from home focuses on first task

This is behind a settings flag.

Change-Id: I7a118187dac9ab4b024f041faafa9e7d47a571d7
This commit is contained in:
Tony
2018-01-26 16:45:23 -08:00
parent 9c70e7e220
commit 6f292aedb2
2 changed files with 25 additions and 4 deletions

View File

@@ -108,7 +108,7 @@ public class OverviewState extends LauncherState {
float halfWidth = ws.getExpectedWidth() / 2;
float childCenter = halfWidth -
scale * (halfWidth - ws.getPaddingLeft() - insets.left - childWidth / 2);
float translationX = pageRect.exactCenterX() - childCenter;
float translationX = pageRect.centerX() - childCenter;
if (Utilities.isRtl(launcher.getResources())) {
translationX -= offsetX / scale;