mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-03 01:16:49 +00:00
Reset floating split task view after remote animation finished
Move reseting floating task view for entering split after remote animation finished to prevent the floating task view disappear before opening split task view being visible and causing flicker. Bug: 199377815 Test: Manual check the flicker disappear Change-Id: I4a864335972842570c61291a7a0c423edeb74578
This commit is contained in:
@@ -349,7 +349,7 @@ public abstract class BaseQuickstepLauncher extends Launcher
|
||||
mActionsView = findViewById(R.id.overview_actions_view);
|
||||
RecentsView overviewPanel = (RecentsView) getOverviewPanel();
|
||||
SplitSelectStateController controller =
|
||||
new SplitSelectStateController(SystemUiProxy.INSTANCE.get(this));
|
||||
new SplitSelectStateController(mHandler, SystemUiProxy.INSTANCE.get(this));
|
||||
overviewPanel.init(mActionsView, controller);
|
||||
mActionsView.setDp(getDeviceProfile());
|
||||
mActionsView.updateVerticalMargin(SysUINavigationMode.getMode(this));
|
||||
|
||||
Reference in New Issue
Block a user