am b1fd63b8: only backup widgets assets once

* commit 'b1fd63b843c520bbdcd97dec83efabe1a73ad0ea':
  only backup widgets assets once
This commit is contained in:
Chris Wren
2013-10-04 07:46:35 -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 {