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

Commit a6ea59ef authored by Adam Powell's avatar Adam Powell Committed by Android Git Automerger
Browse files

am cd92db84: Merge "Remove View\'s long press callbacks when ACTION_CANCEL is...

am cd92db84: Merge "Remove View\'s long press callbacks when ACTION_CANCEL is received" into jb-mr1-dev

* commit 'cd92db84':
  Remove View's long press callbacks when ACTION_CANCEL is received
parents cedb7095 cd92db84
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -8243,6 +8243,7 @@ public class View implements Drawable.Callback, KeyEvent.Callback,
                case MotionEvent.ACTION_CANCEL:
                    setPressed(false);
                    removeTapCallback();
                    removeLongPressCallback();
                    break;
                case MotionEvent.ACTION_MOVE: