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.
diff --git a/WallpaperPicker/src/com/android/launcher3/WallpaperPickerActivity.java b/WallpaperPicker/src/com/android/launcher3/WallpaperPickerActivity.java
index 80c649a..3f3dca8 100644
--- a/WallpaperPicker/src/com/android/launcher3/WallpaperPickerActivity.java
+++ b/WallpaperPicker/src/com/android/launcher3/WallpaperPickerActivity.java
@@ -257,6 +257,7 @@
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);
}