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

Commit 4610ce40 authored by Hyunyoung Song's avatar Hyunyoung Song Committed by Android (Google) Code Review
Browse files

Merge "Reset the UI_STATE_OVERVIEW statusbar/navbar flag when RecentsView...

Merge "Reset the UI_STATE_OVERVIEW statusbar/navbar flag when RecentsView resets Bug: 135383592" into ub-launcher3-qt-r1-dev
parents 98de7734 4abfbd06
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() {