mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-04 09:56:49 +00:00
Entering overview from home focuses on first task
This is behind a settings flag. Change-Id: I7a118187dac9ab4b024f041faafa9e7d47a571d7
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user