Reset the UI_STATE_OVERVIEW statusbar/navbar flag when RecentsView resets Bug: 135383592

am: 0a8243d463

Change-Id: I07492ae7fa7b858b686416c28a9c803d8d7d3143
This commit is contained in:
Hyunyoung Song
2019-07-09 23:38:31 -07:00
committed by android-build-merger
@@ -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() {