mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-03 09:26:51 +00:00
move the provider authority to a config class
Bug: 10816034 Change-Id: I68364081f039f94205b805a1510eb04e6f0f40a2
This commit is contained in:
@@ -1623,6 +1623,7 @@ public class LauncherModel extends BroadcastReceiver {
|
||||
|
||||
final ArrayList<Long> itemsToRemove = new ArrayList<Long>();
|
||||
final Uri contentUri = LauncherSettings.Favorites.CONTENT_URI;
|
||||
if (DEBUG_LOADERS) Log.d(TAG, "loading model from " + contentUri);
|
||||
final Cursor c = contentResolver.query(contentUri, null, null, null, null);
|
||||
|
||||
// +1 for the hotseat (it can be larger than the workspace)
|
||||
|
||||
Reference in New Issue
Block a user