Loading quickstep/src/com/android/quickstep/LauncherSwipeHandlerV2.java +3 −1 Original line number Diff line number Diff line Loading @@ -106,7 +106,9 @@ public class LauncherSwipeHandlerV2 extends boolean canUseWorkspaceView = workspaceView != null && workspaceView.isAttachedToWindow(); mActivity.getRootView().setForceHideBackArrow(true); if (!TaskAnimationManager.ENABLE_SHELL_TRANSITIONS) { mActivity.setHintUserWillBeActive(); } if (!canUseWorkspaceView || appCanEnterPip) { return new LauncherHomeAnimationFactory(); Loading Loading
quickstep/src/com/android/quickstep/LauncherSwipeHandlerV2.java +3 −1 Original line number Diff line number Diff line Loading @@ -106,7 +106,9 @@ public class LauncherSwipeHandlerV2 extends boolean canUseWorkspaceView = workspaceView != null && workspaceView.isAttachedToWindow(); mActivity.getRootView().setForceHideBackArrow(true); if (!TaskAnimationManager.ENABLE_SHELL_TRANSITIONS) { mActivity.setHintUserWillBeActive(); } if (!canUseWorkspaceView || appCanEnterPip) { return new LauncherHomeAnimationFactory(); Loading