* commit '224ae8608fc8c35cd5ccaa3377124b00d4efd640': Fix loading widgets in <include>d workspaces.
This commit is contained in:
@@ -1046,7 +1046,6 @@ public class LauncherProvider extends ContentProvider {
|
|||||||
// recursively load some more favorites, why not?
|
// recursively load some more favorites, why not?
|
||||||
i += loadFavorites(db, resId);
|
i += loadFavorites(db, resId);
|
||||||
added = false;
|
added = false;
|
||||||
mMaxItemId = -1;
|
|
||||||
} else {
|
} else {
|
||||||
Log.w(TAG, String.format("Skipping <include workspace=0x%08x>", resId));
|
Log.w(TAG, String.format("Skipping <include workspace=0x%08x>", resId));
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user