Merge "Fixes scroll bar issues." into tm-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
6bb327888e
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user