Fix issue where item gets added to folder when displacing folder (issue 6576460)

Change-Id: I6999d97a7aa35d2aa348ca350f89765abb674089
This commit is contained in:
Adam Cohen
2012-05-29 16:59:44 -07:00
parent 4c69ebb108
commit 7afa902b6c
-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();