Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 44fcfa5b authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Play fallback animation when overlay is shown." into sc-v2-dev

parents c010ea2f 4e5664ac
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -1558,7 +1558,8 @@ public class QuickstepTransitionManager implements OnDeviceProfileChangeListener

                View workspaceView = findWorkspaceView(appTargets);
                boolean isWorkspaceViewVisible = workspaceView != null
                        && !mLauncher.isInState(LauncherState.ALL_APPS);
                        && !mLauncher.isInState(LauncherState.ALL_APPS)
                        && !mLauncher.getWorkspace().isOverlayShown();
                boolean playFallBackAnimation = !isWorkspaceViewVisible
                        && (launcherIsATargetWithMode(appTargets, MODE_OPENING)
                        || mLauncher.isForceInvisible());