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

Bug: 13219313
Change-Id: I4961c6724a1550dbae126f97e45dc166cbe9a565
This commit is contained in:
Selim Cinek
2014-02-28 18:00:42 +01:00
parent 4f462f4a8b
commit 3aa28319ce
@@ -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);
}