Merge "Fixing overlay scroll state not getting reset properly when scrolling is was cancelled" into ub-launcher3-calgary
This commit is contained in:
@@ -1800,6 +1800,7 @@ public abstract class PagedView extends ViewGroup implements ViewGroup.OnHierarc
|
||||
case MotionEvent.ACTION_CANCEL:
|
||||
if (mTouchState == TOUCH_STATE_SCROLLING) {
|
||||
snapToDestination();
|
||||
onScrollInteractionEnd();
|
||||
}
|
||||
resetTouchState();
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user