Fix fastscroll thumb
diff --git a/core/java/android/widget/FastScroller.java b/core/java/android/widget/FastScroller.java
index 13fe5a4..6b669d8 100644
--- a/core/java/android/widget/FastScroller.java
+++ b/core/java/android/widget/FastScroller.java
@@ -435,7 +435,7 @@
                 cancelFling();
                 return true;
             }
-        } else if (action == MotionEvent.ACTION_UP || action == MotionEvent.ACTION_CANCEL) {
+        } else if (action == MotionEvent.ACTION_UP) { // don't add ACTION_CANCEL here
             if (mState == STATE_DRAGGING) {
                 if (mList != null) {
                     // ViewGroup does the right thing already, but there might