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:
@@ -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