Loading core/java/android/view/ViewGroup.java +4 −2 Original line number Diff line number Diff line Loading @@ -1152,9 +1152,11 @@ public abstract class ViewGroup extends View implements ViewParent, ViewManager } mDragNotifiedChildren.clear(); if (mCurrentDrag != null) { mCurrentDrag.recycle(); mCurrentDrag = null; } } // We consider drag-ended to have been handled if one of our children // had offered to handle the drag. Loading Loading
core/java/android/view/ViewGroup.java +4 −2 Original line number Diff line number Diff line Loading @@ -1152,9 +1152,11 @@ public abstract class ViewGroup extends View implements ViewParent, ViewManager } mDragNotifiedChildren.clear(); if (mCurrentDrag != null) { mCurrentDrag.recycle(); mCurrentDrag = null; } } // We consider drag-ended to have been handled if one of our children // had offered to handle the drag. Loading