commit | 752b034481fb8f2511c33cc25bcc525b749c1545 | [log] [tgz] |
---|---|---|
author | android-build-team Robot <android-build-team-robot@google.com> | Sun Mar 22 07:08:22 2020 +0000 |
committer | android-build-team Robot <android-build-team-robot@google.com> | Sun Mar 22 07:08:22 2020 +0000 |
tree | 3fbdbf01441f219727ba2b8994c08e0fcb1ec1a8 | |
parent | 977cf4ed6301f486894024dec25e1398fc0ea1da [diff] | |
parent | 70e0b888b6766a1809b9ecb40361905bb2b2bd19 [diff] |
Snap for 6321095 from 70e0b888b6766a1809b9ecb40361905bb2b2bd19 to mainline-release Change-Id: Ie3beba6b0341fb9a4ffa40a5f6a7b65ec5aaec6d
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);