Fix 3-button nav diplacement on lockscreen
Test: Manual Bug: 375112190 Flag: EXEMPT bugfix Change-Id: I7f7d82563c2956aaafff91a75e79e4e2b554230e
This commit is contained in:
@@ -951,7 +951,7 @@ public class TaskbarViewController implements TaskbarControllers.LoggableTaskbar
|
||||
// or fade in while already in in-app state.
|
||||
Interpolator interpolator = mIsHotseatIconOnTopWhenAligned ? LINEAR : FINAL_FRAME;
|
||||
|
||||
int offsetY = launcherDp.getTaskbarOffsetY();
|
||||
int offsetY = taskbarDp.getTaskbarOffsetY();
|
||||
setter.setFloat(mTaskbarIconTranslationYForHome, VALUE, -offsetY, interpolator);
|
||||
setter.setFloat(mTaskbarNavButtonTranslationY, VALUE, -offsetY, interpolator);
|
||||
setter.setFloat(mTaskbarNavButtonTranslationYForInAppDisplay, VALUE, offsetY, interpolator);
|
||||
|
||||
Reference in New Issue
Block a user