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

Commit c42ff814 authored by Tony Wickham's avatar Tony Wickham Committed by Android (Google) Code Review
Browse files

Merge "Always set mPassedInitialSlop = true in onQuickStep()" into ub-launcher3-master

parents c049c80e 9e94793b
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -383,9 +383,9 @@ public class OtherActivityTouchConsumer extends ContextWrapper implements TouchC
            // Deferred gesture, start the animation and gesture tracking once we pass the actual
            // touch slop
            startTouchTrackingForWindowAnimation(ev.getEventTime());
        }
        mPassedInitialSlop = true;
        mStartDisplacement = getDisplacement(ev);
        }
        notifyGestureStarted();
    }