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

Commit 0295233e authored by Mike Cleron's avatar Mike Cleron Committed by Android Git Automerger
Browse files

am 0fd713ca: Merge "Exception in the touch explorer when dragging." into jb-mr1-dev

* commit '0fd713ca':
  Exception in the touch explorer when dragging.
parents d564f0c5 0fd713ca
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -645,7 +645,9 @@ class TouchExplorer implements EventStreamTransformation {
                // We are in dragging state so we have two pointers and another one
                // goes down => delegate the three pointers to the view hierarchy
                mCurrentState = STATE_DELEGATING;
                if (mDraggingPointerId != INVALID_POINTER_ID) {
                    sendMotionEvent(event, MotionEvent.ACTION_UP, pointerIdBits, policyFlags);
                }
                sendDownForAllActiveNotInjectedPointers(event, policyFlags);
            } break;
            case MotionEvent.ACTION_MOVE: {