Add depth animation when multiwindow mode changes.

This is a workaround until we can support app transitions when starting
an activity in mw mode.

Bug: 158613217
Change-Id: I843d6669722c543728ab532e1c4fbd4643f6f135
This commit is contained in:
Jon Miranda
2020-06-19 16:35:08 -07:00
parent bb8257344c
commit 36d1015997
3 changed files with 40 additions and 4 deletions

View File

@@ -83,6 +83,7 @@ public abstract class BaseQuickstepLauncher extends Launcher
super.onCreate(savedInstanceState);
SysUINavigationMode.INSTANCE.get(this).addModeChangeListener(this);
addMultiWindowModeChangedListener(mDepthController);
}
@Override