Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7899d33d authored by Hyunyoung Song's avatar Hyunyoung Song Committed by android-build-merger
Browse files

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

am: 0a8243d4

Change-Id: I9ef214c23846b0ed0f410bc9309a3eb26b64e53f
parents 6070b987 0a8243d4
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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() {