commit | 7924f2592fefbb9bee279bcb7c2bf46b0009023d | [log] [tgz] |
---|---|---|
author | Justin Ho <justinho@google.com> | Thu Feb 03 14:13:00 2011 -0800 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Thu Feb 03 14:13:00 2011 -0800 |
tree | 1a16da6d6cc946eeb5b9cdf08e29fb0bd1f3d455 | |
parent | f5d77c9e3fb9238b52f53b57eaa7ad01a1328e25 [diff] | |
parent | 3475185fbee3ca28cab9105eeebf7b9e345c680b [diff] |
Merge "Updated City wallpaper" into honeycomb
diff --git a/src/com/android/launcher2/Launcher.java b/src/com/android/launcher2/Launcher.java index a3b35dd..6f40748 100644 --- a/src/com/android/launcher2/Launcher.java +++ b/src/com/android/launcher2/Launcher.java
@@ -3397,6 +3397,10 @@ } }); } + + // This wasn't being called before which resulted in a leak of AppWidgetHostViews (through + // mDesktopItems -> AppWidgetInfo -> hostView). + unbindDesktopItems(); } /**