diff --git a/quickstep/src/com/android/quickstep/LauncherSwipeHandlerV2.java b/quickstep/src/com/android/quickstep/LauncherSwipeHandlerV2.java index 19cad53bb1..3239b0064a 100644 --- a/quickstep/src/com/android/quickstep/LauncherSwipeHandlerV2.java +++ b/quickstep/src/com/android/quickstep/LauncherSwipeHandlerV2.java @@ -106,7 +106,9 @@ public class LauncherSwipeHandlerV2 extends boolean canUseWorkspaceView = workspaceView != null && workspaceView.isAttachedToWindow(); mActivity.getRootView().setForceHideBackArrow(true); - mActivity.setHintUserWillBeActive(); + if (!TaskAnimationManager.ENABLE_SHELL_TRANSITIONS) { + mActivity.setHintUserWillBeActive(); + } if (!canUseWorkspaceView || appCanEnterPip) { return new LauncherHomeAnimationFactory();