Merge "Polish animation when icon returns to Folder." into ub-launcher3-master

This commit is contained in:
TreeHugger Robot
2017-10-05 22:12:03 +00:00
committed by Android (Google) Code Review
4 changed files with 44 additions and 26 deletions
+1 -1
View File
@@ -2035,7 +2035,7 @@ public class Workspace extends PagedView
if (dropOverView instanceof FolderIcon) {
FolderIcon fi = (FolderIcon) dropOverView;
if (fi.acceptDrop(d.dragInfo)) {
fi.onDrop(d);
fi.onDrop(d, false /* itemReturnedOnFailedDrop */);
// if the drag started here, we need to remove it from the workspace
if (!external) {