mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-28 15:56:49 +00:00
only backup widgets assets once
Bug: 10778984 Change-Id: I6736f8b699c7fc5669f966a8b25819ea380480ab
This commit is contained in:
@@ -567,6 +567,7 @@ public class LauncherBackupAgent extends BackupAgent {
|
||||
previewLoader.setPreviewSize(spanX * profile.cellWidthPx,
|
||||
spanY * profile.cellHeightPx, widgetSpacingLayout);
|
||||
byte[] blob = packWidget(dpi, previewLoader, iconCache, provider);
|
||||
keys.add(key);
|
||||
writeRowToBackup(key, blob, out, data);
|
||||
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user