summaryrefslogtreecommitdiffstats
path: root/quickstep/recents_ui_overrides
diff options
context:
space:
mode:
authorHyunyoung Song <hyunyoungs@google.com>2019-07-09 10:35:27 -0700
committerHyunyoung Song <hyunyoungs@google.com>2019-07-09 21:07:33 +0000
commit0a8243d4633f136ff9db6f55b926cfacfca1d8d4 (patch)
tree67e655b2567307a1b04c81032035dc5c15514814 /quickstep/recents_ui_overrides
parenta0967d21e645569b844e2ab5b22e843689525ce9 (diff)
downloadandroid_packages_apps_Trebuchet-0a8243d4633f136ff9db6f55b926cfacfca1d8d4.tar.gz
android_packages_apps_Trebuchet-0a8243d4633f136ff9db6f55b926cfacfca1d8d4.tar.bz2
android_packages_apps_Trebuchet-0a8243d4633f136ff9db6f55b926cfacfca1d8d4.zip
Reset the UI_STATE_OVERVIEW statusbar/navbar flag when RecentsView resets
Bug: 135383592 TL;DR;; this reset is called when for instance OMS call happens Change-Id: I57bb6c1c8833aff00e3be572dd19744afbb81eb5 (cherry picked from commit 4abfbd067073cc24622c80a3e3519cca37e8f206)
Diffstat (limited to 'quickstep/recents_ui_overrides')
-rw-r--r--quickstep/recents_ui_overrides/src/com/android/quickstep/views/RecentsView.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/quickstep/recents_ui_overrides/src/com/android/quickstep/views/RecentsView.java b/quickstep/recents_ui_overrides/src/com/android/quickstep/views/RecentsView.java
index a98df0fa1..6cb25067e 100644
--- a/quickstep/recents_ui_overrides/src/com/android/quickstep/views/RecentsView.java
+++ b/quickstep/recents_ui_overrides/src/com/android/quickstep/views/RecentsView.java
@@ -783,6 +783,7 @@ public abstract class RecentsView<T extends BaseActivity> extends PagedView impl
unloadVisibleTaskData();
setCurrentPage(0);
mDwbToastShown = false;
+ mActivity.getSystemUiController().updateUiState(UI_STATE_OVERVIEW, 0);
}
public @Nullable TaskView getRunningTaskView() {