mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-28 15:56:49 +00:00
Removing ContentObserver from LauncherModel, and calling reload
whereever necessary Change-Id: Ia4a8abdfe2be9703f3217a60527d3a1220b33bdc
This commit is contained in:
@@ -606,7 +606,7 @@ public class AutoInstallsLayout {
|
||||
// failed to add, and less than 2 were actually added
|
||||
if (folderItems.size() < 2) {
|
||||
// Delete the folder
|
||||
Uri uri = Favorites.getContentUri(folderId, false);
|
||||
Uri uri = Favorites.getContentUri(folderId);
|
||||
SqlArguments args = new SqlArguments(uri, null, null);
|
||||
mDb.delete(args.table, args.where, args.args);
|
||||
addedId = -1;
|
||||
|
||||
Reference in New Issue
Block a user