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

Commit 45cde607 authored by Svetoslav Ganov's avatar Svetoslav Ganov Committed by Android Git Automerger
Browse files

am c5211780: Merge "Sending interaction end event at the end of a drag." into jb-mr1-dev

* commit 'c5211780':
  Sending interaction end event at the end of a drag.
parents 9b3f7096 c5211780
Loading
Loading
Loading
Loading
+0 −7
Original line number Diff line number Diff line
@@ -700,13 +700,6 @@ class TouchExplorer implements EventStreamTransformation {
                    }
                }
            } break;
            case MotionEvent.ACTION_POINTER_UP: {
                final int pointerId = event.getPointerId(event.getActionIndex());
                if (mReceivedPointerTracker.isActiveOrWasLastActiveUpPointer(pointerId)) {
                    sendUpForInjectedDownPointers(event, policyFlags);
                    mCurrentState = STATE_TOUCH_EXPLORING;
                }
             } break;
            case MotionEvent.ACTION_UP: {
                // Announce the end of a new touch interaction.
                sendAccessibilityEvent(