am 7afa902b: Fix issue where item gets added to folder when displacing folder (issue 6576460)

* commit '7afa902b6cf1b63aa145ec95bc62757b4f680abd':
  Fix issue where item gets added to folder when displacing folder (issue 6576460)
This commit is contained in:
Adam Cohen
2012-05-29 17:56:10 -07:00
committed by Android Git Automerger
-1
View File
@@ -2839,7 +2839,6 @@ public class Workspace extends SmoothPagedView
if (willAddToFolder && mDragMode == DRAG_MODE_NONE) {
mDragOverFolderIcon = ((FolderIcon) dragOverView);
mAddToExistingFolderOnDrop = true;
mDragOverFolderIcon.onDragEnter(info);
if (targetLayout != null) {
targetLayout.clearDragOutlines();