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

Commit cd92db84 authored by Adam Powell's avatar Adam Powell Committed by Android (Google) Code Review
Browse files

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

parents a4be1b2b 5311c447
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: