mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-01 00:06:47 +00:00
Merge "First pass at Taskbar layout UI polish for SUW" into tm-qpr-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
5c4b6b50d7
@@ -354,6 +354,11 @@ public class TaskbarStashController implements TaskbarControllers.LoggableTaskba
|
||||
}
|
||||
return mStashedHeight;
|
||||
}
|
||||
|
||||
if (!mActivity.isUserSetupComplete()) {
|
||||
// Special insets for SUW.
|
||||
return mActivity.getResources().getDimensionPixelSize(R.dimen.taskbar_suw_insets);
|
||||
}
|
||||
return mUnstashedHeight;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user