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

Commit eff10988 authored by Johannes Gallmann's avatar Johannes Gallmann
Browse files

Don't pilfer pointers with 3-button-nav predictive back

Bug: 381468016
Test: Manual, i.e. verified that back button works in SUW
Flag: com.android.window.flags.predictive_back_three_button_nav
Change-Id: I20211b8b67606c43d9fc22f65ce0c727b670f41a
parent c60efe59
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 {