Merge "Do not set user active hints when Shell Transition is on." into sc-v2-dev am: 99b5d13952
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/15524184 Change-Id: I1440056c2a451a241ed7b2b55810db958d599c14
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user