Merge "Overview - Remove the space withheld for proactive chips" into sc-dev am: d98a784d0e

Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/14706422

Change-Id: Idaaa1ab0c829f0e65ca6131cceda25f502914b10
This commit is contained in:
TreeHugger Robot
2021-05-26 00:16:14 +00:00
committed by Automerger Merge Worker
7 changed files with 64 additions and 33 deletions

View File

@@ -254,6 +254,7 @@ public abstract class BaseQuickstepLauncher extends Launcher
new SplitSelectStateController(mHandler, SystemUiProxy.INSTANCE.get(this))
);
overviewPanel.init(mActionsView, mSplitPlaceholderView);
mActionsView.setDp(getDeviceProfile());
mActionsView.updateVerticalMargin(SysUINavigationMode.getMode(this));
mAppTransitionManager = new QuickstepTransitionManager(this);