mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-01 08:16:49 +00:00
Prevent extra animation when scrolling the recycler view.
Change-Id: I362b557ae63a2cbef77ebf7fac9a7a27adeabb49
This commit is contained in:
@@ -169,10 +169,12 @@ public class BaseRecyclerViewFastScrollBar {
|
||||
break;
|
||||
case MotionEvent.ACTION_UP:
|
||||
case MotionEvent.ACTION_CANCEL:
|
||||
mIsDragging = false;
|
||||
mTouchOffset = 0;
|
||||
mPopup.animateVisibility(false);
|
||||
animateScrollbar(false);
|
||||
if (mIsDragging) {
|
||||
mIsDragging = false;
|
||||
mPopup.animateVisibility(false);
|
||||
animateScrollbar(false);
|
||||
}
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user