From 3aa28319ceca347dfd4958ca95b94652bb8e2a3d 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/src') diff --git a/WallpaperPicker/src/com/android/launcher3/WallpaperPickerActivity.java b/WallpaperPicker/src/com/android/launcher3/WallpaperPickerActivity.java index 80c649ac9..3f3dca8f9 100644 --- a/WallpaperPicker/src/com/android/launcher3/WallpaperPickerActivity.java +++ b/WallpaperPicker/src/com/android/launcher3/WallpaperPickerActivity.java @@ -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); } -- cgit v1.2.3