Merge "Fixes scroll bar issues." into tm-dev

This commit is contained in:
Brandon Dayauon
2022-05-24 18:10:42 +00:00
committed by Android (Google) Code Review
@@ -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;