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

Commit d2b3e034 authored by Alan Viverette's avatar Alan Viverette
Browse files

Don't switch to touch exploring state on pointer up

BUG: 17388688
Change-Id: I146aa2290acf0a587eaccafa5a208ee1cbd84aa5
parent 18aa9f65
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();