Merge "Fixed a bug in the scrolling logic"
This commit is contained in:
@@ -762,11 +762,12 @@ public class NotificationStackScrollLayout extends ViewGroup
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
mActivePointerId = INVALID_POINTER;
|
||||
endDrag();
|
||||
}
|
||||
|
||||
mActivePointerId = INVALID_POINTER;
|
||||
endDrag();
|
||||
}
|
||||
|
||||
break;
|
||||
case MotionEvent.ACTION_CANCEL:
|
||||
if (mIsBeingDragged && getChildCount() > 0) {
|
||||
|
||||
Reference in New Issue
Block a user