commit | 0a8243d4633f136ff9db6f55b926cfacfca1d8d4 | [log] [tgz] |
---|---|---|
author | Hyunyoung Song <hyunyoungs@google.com> | Tue Jul 09 10:35:27 2019 -0700 |
committer | Hyunyoung Song <hyunyoungs@google.com> | Tue Jul 09 21:07:33 2019 +0000 |
tree | 67e655b2567307a1b04c81032035dc5c15514814 | |
parent | a0967d21e645569b844e2ab5b22e843689525ce9 [diff] |
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)
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 a98df0f..6cb2506 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 @@ unloadVisibleTaskData(); setCurrentPage(0); mDwbToastShown = false; + mActivity.getSystemUiController().updateUiState(UI_STATE_OVERVIEW, 0); } public @Nullable TaskView getRunningTaskView() {