summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher2/Workspace.java
diff options
context:
space:
mode:
authorAdam Cohen <adamcohen@google.com>2012-05-28 15:01:16 -0700
committerAdam Cohen <adamcohen@google.com>2012-05-28 15:39:23 -0700
commit68f681bc7a10fc014ae0864c6e2db465ce4c30df (patch)
tree3c3e3034ccc8917547743dd3df6139e834333913 /src/com/android/launcher2/Workspace.java
parent951ec583cde0b2299d1be2ba467c77b280242d7b (diff)
downloadandroid_packages_apps_Trebuchet-68f681bc7a10fc014ae0864c6e2db465ce4c30df.tar.gz
android_packages_apps_Trebuchet-68f681bc7a10fc014ae0864c6e2db465ce4c30df.tar.bz2
android_packages_apps_Trebuchet-68f681bc7a10fc014ae0864c6e2db465ce4c30df.zip
Adding debugging for stuck widget (issue 6557954)
Change-Id: I73217d6a5dd650278f93ae02672c92c823e08ded
Diffstat (limited to 'src/com/android/launcher2/Workspace.java')
-rw-r--r--src/com/android/launcher2/Workspace.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/com/android/launcher2/Workspace.java b/src/com/android/launcher2/Workspace.java
index f562cbccb..2dd027cd6 100644
--- a/src/com/android/launcher2/Workspace.java
+++ b/src/com/android/launcher2/Workspace.java
@@ -3181,6 +3181,7 @@ public class Workspace extends SmoothPagedView
// In the case where we've prebound the widget, we remove it from the DragLayer
if (finalView instanceof AppWidgetHostView && external) {
+ Log.d(TAG, "6557954 Animate widget drop, final view is appWidgetHostView");
mLauncher.getDragLayer().removeView(finalView);
}
if ((animationType == ANIMATE_INTO_POSITION_AND_RESIZE || external) && finalView != null) {