am f7730dc6: am b1fd63b8: only backup widgets assets once

* commit 'f7730dc66d29d9289c029b221576edfb38355d95':
  only backup widgets assets once
This commit is contained in:
Chris Wren
2013-10-04 07:48:24 -07:00
committed by Android Git Automerger
@@ -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 {