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

Commit 1a7cfd67 authored by Justin Koh's avatar Justin Koh Committed by Android (Google) Code Review
Browse files

Merge "Fix for the clearing of fling events" into jb-mr1-aah-dev

parents 7952c4cd 128dc2cf
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -132,7 +132,7 @@ class SimulatedTrackball {
                mLastMoveX = 0;
                mLastMoveY = 0;
                // Clear any flings
                mHandler.removeMessages(0);
                mHandler.removeMessages(FLICK_MSG_ID);
                break;
            case MotionEvent.ACTION_HOVER_MOVE:
                // Determine whether the move is slop or an intentional move