mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-20 03:08:19 +00:00
[automerger] Persist the updated item to DB when a shortcut info is badged for the first time am: f266deb24c
Change-Id: Id4b322ec5e39be149bfac0a5e89c52ac3807e43e
This commit is contained in:
@@ -640,6 +640,7 @@ public class LauncherModel extends BroadcastReceiver
|
||||
@Override
|
||||
public void execute(LauncherAppState app, BgDataModel dataModel, AllAppsList apps) {
|
||||
ShortcutInfo info = shortcutProvider.get();
|
||||
getModelWriter().updateItemInDatabase(info);
|
||||
ArrayList<ShortcutInfo> update = new ArrayList<>();
|
||||
update.add(info);
|
||||
bindUpdatedShortcuts(update, info.user);
|
||||
|
||||
Reference in New Issue
Block a user