Merge "Support launching an intent and a task from the same app as multi-instance" into tm-dev
This commit is contained in:
@@ -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));
|
||||
|
||||
Reference in New Issue
Block a user