commit | b3a41ee2f6999b518afc2ac675149e4883625a28 | [log] [tgz] |
---|---|---|
author | android-build-team Robot <android-build-team-robot@google.com> | Sat Mar 21 02:05:08 2020 +0000 |
committer | android-build-team Robot <android-build-team-robot@google.com> | Sat Mar 21 02:05:08 2020 +0000 |
tree | adaff9f3c800a3efbcb5bb89594e8e0fa604bd5b | |
parent | 25986be942038322166542058ff36c3364e1c4e8 [diff] | |
parent | 39cbf97f641bd80ef8cc431cfd3f2a1807f1ef26 [diff] |
Snap for 6318458 from 39cbf97f641bd80ef8cc431cfd3f2a1807f1ef26 to rvc-release Change-Id: Ic13672f1a371aefb8bc0c54e44a4246730f23d8a
diff --git a/quickstep/recents_ui_overrides/src/com/android/quickstep/LauncherSwipeHandler.java b/quickstep/recents_ui_overrides/src/com/android/quickstep/LauncherSwipeHandler.java index 3328abc..4c83820 100644 --- a/quickstep/recents_ui_overrides/src/com/android/quickstep/LauncherSwipeHandler.java +++ b/quickstep/recents_ui_overrides/src/com/android/quickstep/LauncherSwipeHandler.java
@@ -588,7 +588,7 @@ // We will handle the sysui flags based on the centermost task view. if (mRecentsAnimationController != null) { mRecentsAnimationController.setWindowThresholdCrossed(centermostTaskFlags != 0 - || useHomeScreenFlags); + && useHomeScreenFlags); } int sysuiFlags = useHomeScreenFlags ? 0 : centermostTaskFlags; mActivity.getSystemUiController().updateUiState(UI_STATE_OVERVIEW, sysuiFlags);