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

Commit 1f60b796 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Play fallback animation when overlay is shown." into sc-v2-dev am: 44fcfa5b

Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/16202910

Change-Id: I2d805b0b53dfcf4ca94debafca0d41ce3efb5c23
parents b441ef3a 44fcfa5b
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());