From e796c5dc70f9cb82875fe25c6526744dd890b5bb Mon Sep 17 00:00:00 2001 From: Raj Date: Mon, 22 Sep 2014 18:36:51 -0700 Subject: Revert "Fixes bug with extra empty screen staying on Workspace when a" This reverts commit 41af711d1355ae8c08aff9a2e367c7a0893fd110. This commit causes a bug where a drag object originating from the workspace is removed when dropped on the App Info target Change-Id: I98602d2de6ec079d7003b0c2a2547356ec0d5e43 --- src/com/android/launcher3/InfoDropTarget.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/com/android/launcher3/InfoDropTarget.java b/src/com/android/launcher3/InfoDropTarget.java index bfb563704..73cda08a9 100644 --- a/src/com/android/launcher3/InfoDropTarget.java +++ b/src/com/android/launcher3/InfoDropTarget.java @@ -90,7 +90,7 @@ public class InfoDropTarget extends ButtonDropTarget { // There is no post-drop animation, so clean up the DragView now d.deferDragViewCleanupPostAnimation = false; - return true; + return false; } @Override -- cgit v1.2.3