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

Commit 9fa35226 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:...

Reset the UI_STATE_OVERVIEW statusbar/navbar flag when RecentsView resets Bug: 135383592 am: 0a8243d4
am: 7899d33d

Change-Id: I320875c5738340366af8eaf1defc205115782bbd
parents d3329beb 7899d33d
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() {