mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-04 09:56:49 +00:00
Removing ContentObserver from LauncherModel, and calling reload
whereever necessary Change-Id: Ia4a8abdfe2be9703f3217a60527d3a1220b33bdc
This commit is contained in:
@@ -462,7 +462,7 @@ public class LauncherBackupHelper implements BackupHelper {
|
||||
|
||||
ContentResolver cr = mContext.getContentResolver();
|
||||
ContentValues values = unpackFavorite(buffer, dataSize);
|
||||
cr.insert(Favorites.CONTENT_URI_NO_NOTIFICATION, values);
|
||||
cr.insert(Favorites.CONTENT_URI, values);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user