diff --git a/src/com/android/launcher3/views/RecyclerViewFastScroller.java b/src/com/android/launcher3/views/RecyclerViewFastScroller.java index 7a8e9d520e..2d6112f637 100644 --- a/src/com/android/launcher3/views/RecyclerViewFastScroller.java +++ b/src/com/android/launcher3/views/RecyclerViewFastScroller.java @@ -287,7 +287,6 @@ public class RecyclerViewFastScroller extends View { case MotionEvent.ACTION_UP: hideKeyboardAsync(ActivityContext.lookupContext(getContext()), getApplicationWindowToken()); - break; case MotionEvent.ACTION_CANCEL: mRv.onFastScrollCompleted(); mTouchOffsetY = 0;