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:
@@ -257,6 +257,7 @@ public class WallpaperPickerActivity extends WallpaperCropActivity {
|
|||||||
public void onSave(WallpaperPickerActivity a) {
|
public void onSave(WallpaperPickerActivity a) {
|
||||||
try {
|
try {
|
||||||
WallpaperManager.getInstance(a).clear();
|
WallpaperManager.getInstance(a).clear();
|
||||||
|
a.setResult(RESULT_OK);
|
||||||
} catch (IOException e) {
|
} catch (IOException e) {
|
||||||
Log.w("Setting wallpaper to default threw exception", e);
|
Log.w("Setting wallpaper to default threw exception", e);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user