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

Commit ba6fec3e authored by Becky Qiu's avatar Becky Qiu
Browse files

[Overview Actions] Reset the modal task view when rotate from select mode.

Test: local
Bug: 161901771
Change-Id: I103e59ad68874db7fcb39556764d315983ac047c
parent cbe1fc06
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1718,6 +1718,7 @@ public abstract class RecentsView<T extends StatefulActivity> extends PagedView
        // animation.
        if (mActivity.isInState(OVERVIEW_MODAL_TASK)) {
            mActivity.getStateManager().goToState(LauncherState.OVERVIEW, false);
            resetModalVisuals();
        }
    }