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

Commit c910a3a0 authored by Tony Wickham's avatar Tony Wickham Committed by Automerger Merge Worker
Browse files

Merge "Don't recreate touch controllers when ending gesture" into sc-v2-dev am: 42fe9347

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

Change-Id: Id884894b568f0b9eb5b8292e5678af4f5156a8fe
parents cabe6e29 42fe9347
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -1865,7 +1865,7 @@ public abstract class RecentsView<ACTIVITY_TYPE extends StatefulActivity<STATE_T
    public void onGestureAnimationEnd() {
    public void onGestureAnimationEnd() {
        mGestureActive = false;
        mGestureActive = false;
        if (mOrientationState.setGestureActive(false)) {
        if (mOrientationState.setGestureActive(false)) {
            updateOrientationHandler();
            updateOrientationHandler(/* forceRecreateDragLayerControllers = */ false);
        }
        }


        setEnableFreeScroll(true);
        setEnableFreeScroll(true);