am 55585dbc: Fix loading widgets in <include>d workspaces.

* commit '55585dbc1d5d9281416f346167832f2a2f443c0c':
  Fix loading widgets in <include>d workspaces.
This commit is contained in:
Daniel Sandler
2013-10-23 12:09:53 -07:00
committed by Android Git Automerger
@@ -1046,7 +1046,6 @@ public class LauncherProvider extends ContentProvider {
// recursively load some more favorites, why not?
i += loadFavorites(db, resId);
added = false;
mMaxItemId = -1;
} else {
Log.w(TAG, String.format("Skipping <include workspace=0x%08x>", resId));
}