Fixing icon disappearing on dropping to workspace
> It was created in ag/645900 Change-Id: I31ca5bf9763292517fa5ee3ccd867897bca45bad
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user