Fix 2215274 - Duplicate widgets appearing on top of each other

My fix for duplicate icons didn't account for widgets.
This commit is contained in:
Joe Onorato
2009-11-08 14:14:07 -05:00
parent e6168662d8
commit 511ab64d25
@@ -607,6 +607,7 @@ public class LauncherModel extends BroadcastReceiver {
*/
mItems.clear();
mAppWidgets.clear();
final Cursor c = contentResolver.query(
LauncherSettings.Favorites.CONTENT_URI, null, null, null, null);