am 83acc755: Merge "Clear the draginfo object once the item is dropped inside a folder" into ub-now-porkchop

* commit '83acc755ac17b741fd9088efeed99fcd304071cc':
  Clear the draginfo object once the item is dropped inside a folder
This commit is contained in:
Sunny Goyal
2014-08-29 00:00:40 +00:00
committed by Android Git Automerger
+2
View File
@@ -1295,6 +1295,8 @@ public class Folder extends LinearLayout implements DragSource, View.OnClickList
mSuppressOnAdd = true;
mInfo.add(si);
mSuppressOnAdd = false;
// Clear the drag info, as it is no longer being dragged.
mCurrentDragInfo = null;
}
// This is used so the item doesn't immediately appear in the folder when added. In one case