Merge "Do not set user active hints when Shell Transition is on." into sc-v2-dev
This commit is contained in:
commit
99b5d13952
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue