am d266d0fa: Merge "Fixed visibility issue of save button in case the url loading failed" into ub-now-lunchbox
* commit 'd266d0fae04e980a57c8e67c2b238b49cc1cf497':
Fixed visibility issue of save button in case the url loading failed
diff --git a/WallpaperPicker/src/com/android/launcher3/WallpaperPickerActivity.java b/WallpaperPicker/src/com/android/launcher3/WallpaperPickerActivity.java
index aa43def..80c649a 100644
--- a/WallpaperPicker/src/com/android/launcher3/WallpaperPickerActivity.java
+++ b/WallpaperPicker/src/com/android/launcher3/WallpaperPickerActivity.java
@@ -334,6 +334,7 @@
}
return;
}
+ mSetWallpaperButton.setVisibility(View.VISIBLE);
WallpaperTileInfo info = (WallpaperTileInfo) v.getTag();
if (info.isSelectable() && v.getVisibility() == View.VISIBLE) {
selectTile(v);