Fixing icon disappearing on dropping to workspace

> It was created in ag/645900

Change-Id: I31ca5bf9763292517fa5ee3ccd867897bca45bad
This commit is contained in:
Sunny Goyal
2015-03-05 10:27:01 -08:00
parent 323f47f8bf
commit 95deb3a57c
+1 -1
View File
@@ -4169,7 +4169,7 @@ public class Workspace extends SmoothPagedView
boolean beingCalledAfterUninstall = mDeferredAction != null;
if (success && !(beingCalledAfterUninstall && !mUninstallSuccessful)) {
if (mDragInfo != null) {
if (target != this && mDragInfo != null) {
removeWorkspaceItem(mDragInfo.cell);
}
} else if (mDragInfo != null) {