Fix issue where item gets added to folder when displacing folder (issue 6576460)
Change-Id: I6999d97a7aa35d2aa348ca350f89765abb674089
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user