Loading src/com/android/launcher3/views/RecyclerViewFastScroller.java +0 −1 Original line number Diff line number Diff line Loading @@ -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; Loading Loading
src/com/android/launcher3/views/RecyclerViewFastScroller.java +0 −1 Original line number Diff line number Diff line Loading @@ -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; Loading