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

Commit eb0a8e60 authored by Johannes Gallmann's avatar Johannes Gallmann Committed by Android (Google) Code Review
Browse files

Merge "Don't pilfer pointers with 3-button-nav predictive back" into main

parents ee895a6b eff10988
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -552,6 +552,7 @@ public class BackAnimationController implements RemoteCallable<BackAnimationCont
                    // start animation immediately for non-gestural sources (without ACTION_MOVE
                    // events)
                    mThresholdCrossed = true;
                    mPointersPilfered = true;
                    onGestureStarted(touchX, touchY, swipeEdge);
                    mShouldStartOnNextMoveEvent = false;
                } else {