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

Commit 128dc2cf authored by Ben Pietrzak's avatar Ben Pietrzak
Browse files

Fix for the clearing of fling events

Change-Id: If42134873157bb8f4f8834e2ca8afe7f78b321c9
parent 26f44a1d
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