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

Commit 15aebbbe authored by Alan Viverette's avatar Alan Viverette Committed by Android (Google) Code Review
Browse files

Merge "Don't switch to touch exploring state on pointer up" into lmp-dev

parents e50a26f3 d2b3e034
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -708,7 +708,6 @@ class TouchExplorer implements EventStreamTransformation {
                     // Send an event to the end of the drag gesture.
                     sendMotionEvent(event, MotionEvent.ACTION_UP, pointerIdBits, policyFlags);
                 }
                 mCurrentState = STATE_TOUCH_EXPLORING;
            } break;
            case MotionEvent.ACTION_UP: {
                mAms.onTouchInteractionEnd();