mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-19 10:48:19 +00:00
Changes to use new startTasks API
When shell transitions is enabled, this will use the newer multi-task-launch api and control the animation. There is no actual animation yet, this just adds the infrastructure. Bug: 182002789 Test: enable developer option and enter split via recents Change-Id: If5be104a86e7b5f743f85efed20b0d2bf1b8bfd1
This commit is contained in:
@@ -219,7 +219,7 @@ public abstract class BaseQuickstepLauncher extends Launcher
|
||||
mSplitPlaceholderView = findViewById(R.id.split_placeholder);
|
||||
RecentsView overviewPanel = (RecentsView) getOverviewPanel();
|
||||
mSplitPlaceholderView.init(
|
||||
new SplitSelectStateController(SystemUiProxy.INSTANCE.get(this))
|
||||
new SplitSelectStateController(mHandler, SystemUiProxy.INSTANCE.get(this))
|
||||
);
|
||||
overviewPanel.init(mActionsView, mSplitPlaceholderView);
|
||||
mActionsView.updateVerticalMargin(SysUINavigationMode.getMode(this));
|
||||
|
||||
Reference in New Issue
Block a user