Merge "Animate -1 to recents" into main
This commit is contained in:
@@ -308,7 +308,8 @@ public final class LauncherActivityInterface extends
|
||||
return;
|
||||
}
|
||||
LauncherOverlayManager om = launcher.getOverlayManager();
|
||||
if (!launcher.isStarted() || launcher.isForceInvisible()) {
|
||||
if (!SystemUiProxy.INSTANCE.get(launcher).getHomeVisibilityState().isHomeVisible()
|
||||
|| launcher.isForceInvisible()) {
|
||||
om.hideOverlay(false /* animate */);
|
||||
} else {
|
||||
om.hideOverlay(150);
|
||||
|
||||
Reference in New Issue
Block a user