mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-20 19:38:21 +00:00
Fixing restore flag not getting persisted
Bug: 127766994 Change-Id: I8e887232b9fc31a850f7675c79b329ce8897db71
This commit is contained in:
@@ -425,7 +425,8 @@ public class LoaderTask implements Runnable {
|
||||
} else if (installingPkgs.containsKey(targetPkg)) {
|
||||
// App restore has started. Update the flag
|
||||
c.restoreFlag |= ShortcutInfo.FLAG_RESTORE_STARTED;
|
||||
c.updater().commit();
|
||||
c.updater().put(LauncherSettings.Favorites.RESTORED,
|
||||
c.restoreFlag).commit();
|
||||
} else {
|
||||
c.markDeleted("Unrestored app removed: " + targetPkg);
|
||||
continue;
|
||||
|
||||
Reference in New Issue
Block a user