Merge "Fixed a bug in the scrolling logic"

This commit is contained in:
Selim Cinek
2014-06-16 23:49:23 +00:00
committed by Android (Google) Code Review

View File

@@ -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) {