From b20cbd7b29fab19eda919ade064f891047e62877 Mon Sep 17 00:00:00 2001 From: Raj Yengisetty Date: Tue, 9 Sep 2014 21:04:17 -0700 Subject: Revert "Fix AppInfo drop target bug" This reverts commit 498c660baad57f84f2979d0e3e1ebcf45a23f05c. The commit causes breaks adding widget shortcuts to the Workspace. Ex: Floating calculator, contacts, etc. Change-Id: I681669e6b26ddf3ae2dede0eb05532d6779b9aa2 --- src/com/android/launcher3/Workspace.java | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/com/android/launcher3/Workspace.java b/src/com/android/launcher3/Workspace.java index c6c320df0..7501dbf7d 100644 --- a/src/com/android/launcher3/Workspace.java +++ b/src/com/android/launcher3/Workspace.java @@ -437,8 +437,6 @@ public class Workspace extends SmoothPagedView InstallShortcutReceiver.disableAndFlushInstallQueue(getContext()); UninstallShortcutReceiver.disableAndFlushUninstallQueue(getContext()); - removeExtraEmptyScreen(false, null); - mDragSourceInternal = null; mLauncher.onInteractionEnd(); } -- cgit v1.2.3