Merge "Polish animation when icon returns to Folder." into ub-launcher3-master
This commit is contained in:
committed by
Android (Google) Code Review
commit
878b5efaa3
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user