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

Commit 20983ae1 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

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

Merge "[Overview Actions] Reset the modal task view when rotate from select mode." into ub-launcher3-rvc-qpr-dev
parents 2ddbe127 ba6fec3e
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1729,6 +1729,7 @@ public abstract class RecentsView<T extends StatefulActivity> extends PagedView
        // animation.
        if (mActivity.isInState(OVERVIEW_MODAL_TASK)) {
            mActivity.getStateManager().goToState(LauncherState.OVERVIEW, false);
            resetModalVisuals();
        }
    }