commit | 4abfbd067073cc24622c80a3e3519cca37e8f206 | [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 10:35:27 2019 -0700 |
tree | 45a105f872fb3c15288c965e56bbbb1ae84ada46 | |
parent | 1f1d884e38cb9d05597f318c9277fe71e04aa858 [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
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 a8987a3..c465798 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
@@ -784,6 +784,7 @@ unloadVisibleTaskData(); setCurrentPage(0); mDwbToastShown = false; + mActivity.getSystemUiController().updateUiState(UI_STATE_OVERVIEW, 0); } public @Nullable TaskView getRunningTaskView() {