am 3aa28319: Changed inconsistency when selecting default wallpaper, where it did not go back to home.

* commit '3aa28319ceca347dfd4958ca95b94652bb8e2a3d':
  Changed inconsistency when selecting default wallpaper, where it did not go back to home.
This commit is contained in:
Selim Cinek
2014-02-28 09:14:10 -08:00
committed by Android Git Automerger
@@ -257,6 +257,7 @@ public class WallpaperPickerActivity extends WallpaperCropActivity {
public void onSave(WallpaperPickerActivity a) {
try {
WallpaperManager.getInstance(a).clear();
a.setResult(RESULT_OK);
} catch (IOException e) {
Log.w("Setting wallpaper to default threw exception", e);
}