From c472da1e5e09daa8329b4780d0d7c607c1bcec2e Mon Sep 17 00:00:00 2001 From: Brandon Dayauon Date: Mon, 23 May 2022 15:35:20 -0700 Subject: [PATCH] Fixes scroll bar issues. Fix issue where the letter bubble stays showing. Now it is able to disappear. Fix fast scroll so its smoother and able to grab Bug: 233607012 Bug: 233076260 Test: Manual Change-Id: Ieccc72079602f4606da6ded7ee48d82440882ef7 --- src/com/android/launcher3/views/RecyclerViewFastScroller.java | 1 - 1 file changed, 1 deletion(-) 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;