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

Commit c5211780 authored by Svetoslav Ganov's avatar Svetoslav Ganov Committed by Android (Google) Code Review
Browse files

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

parents 2c22bb85 46824214
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(