From a2f009489eee19dc70ac76247d887e5039d3ab97 Mon Sep 17 00:00:00 2001 From: Selim Cinek Date: Fri, 28 Feb 2014 18:00:42 +0100 Subject: Changed inconsistency when selecting default wallpaper, where it did not go back to home. Bug: 13219313 Change-Id: I4961c6724a1550dbae126f97e45dc166cbe9a565 --- WallpaperPicker/src/com/android/launcher3/WallpaperPickerActivity.java | 1 + 1 file changed, 1 insertion(+) (limited to 'WallpaperPicker') diff --git a/WallpaperPicker/src/com/android/launcher3/WallpaperPickerActivity.java b/WallpaperPicker/src/com/android/launcher3/WallpaperPickerActivity.java index f3104bbbe..0070add2a 100644 --- a/WallpaperPicker/src/com/android/launcher3/WallpaperPickerActivity.java +++ b/WallpaperPicker/src/com/android/launcher3/WallpaperPickerActivity.java @@ -261,6 +261,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); } -- cgit v1.2.3