mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-01 16:26:47 +00:00
Merge "Play fallback animation when overlay is shown." into sc-v2-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
44fcfa5bfd
@@ -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());
|
||||
|
||||
Reference in New Issue
Block a user