Merge "Support launching an intent and a task from the same app as multi-instance" into tm-dev

This commit is contained in:
Tracy Zhou
2022-03-10 02:09:53 +00:00
committed by Android (Google) Code Review
5 changed files with 58 additions and 55 deletions
@@ -292,8 +292,8 @@ public abstract class BaseQuickstepLauncher extends Launcher {
mActionsView = findViewById(R.id.overview_actions_view);
RecentsView overviewPanel = (RecentsView) getOverviewPanel();
SplitSelectStateController controller =
new SplitSelectStateController(mHandler, SystemUiProxy.INSTANCE.get(this),
getStateManager(), getDepthController());
new SplitSelectStateController(this, mHandler, getStateManager(),
getDepthController());
overviewPanel.init(mActionsView, controller);
mActionsView.setDp(getDeviceProfile());
mActionsView.updateVerticalMargin(DisplayController.getNavigationMode(this));