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

Commit 895ece29 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
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 am: 20983ae1

Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/12366024

Change-Id: I3fec240a659c5a1c80bf4f78aca1af6ace270e27
parents ba941516 20983ae1
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1765,6 +1765,7 @@ public abstract class RecentsView<T extends StatefulActivity> extends PagedView
        // animation.
        if (mActivity.isInState(OVERVIEW_MODAL_TASK)) {
            mActivity.getStateManager().goToState(LauncherState.OVERVIEW, false);
            resetModalVisuals();
        }
    }