Merge "Set mDragInProcess to false in onDragEnd." into ub-launcher3-dorval-polish
This commit is contained in:
committed by
Android (Google) Code Review
commit
fa544965f3
@@ -335,6 +335,7 @@ public class Folder extends AbstractFloatingView implements DragSource, View.OnC
|
||||
if (mIsExternalDrag && mDragInProgress) {
|
||||
completeDragExit();
|
||||
}
|
||||
mDragInProgress = false;
|
||||
mDragController.removeDragListener(this);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user