summaryrefslogtreecommitdiffstats
path: root/WallpaperPicker
diff options
context:
space:
mode:
authorSelim Cinek <cinek@google.com>2014-02-25 14:12:07 +0100
committerSelim Cinek <cinek@google.com>2014-02-25 14:23:57 +0100
commitc13e0a5cf1a7901650cc32f64b6256d7d3bd94fb (patch)
tree4713a83efc5c2151f2621c59aee3503d2bbe2ce6 /WallpaperPicker
parent71e03b9979b5ee4c30daa7eb0a704ec92b38431b (diff)
downloadandroid_packages_apps_Trebuchet-c13e0a5cf1a7901650cc32f64b6256d7d3bd94fb.tar.gz
android_packages_apps_Trebuchet-c13e0a5cf1a7901650cc32f64b6256d7d3bd94fb.tar.bz2
android_packages_apps_Trebuchet-c13e0a5cf1a7901650cc32f64b6256d7d3bd94fb.zip
Fixed visibility issue of save button in case the url loading failed
Bug: 12953091 Change-Id: Idc640532e2c2c6143d49d330bd541682eca64ac5
Diffstat (limited to 'WallpaperPicker')
-rw-r--r--WallpaperPicker/src/com/android/launcher3/WallpaperPickerActivity.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/WallpaperPicker/src/com/android/launcher3/WallpaperPickerActivity.java b/WallpaperPicker/src/com/android/launcher3/WallpaperPickerActivity.java
index aa43def66..80c649ac9 100644
--- a/WallpaperPicker/src/com/android/launcher3/WallpaperPickerActivity.java
+++ b/WallpaperPicker/src/com/android/launcher3/WallpaperPickerActivity.java
@@ -334,6 +334,7 @@ public class WallpaperPickerActivity extends WallpaperCropActivity {
}
return;
}
+ mSetWallpaperButton.setVisibility(View.VISIBLE);
WallpaperTileInfo info = (WallpaperTileInfo) v.getTag();
if (info.isSelectable() && v.getVisibility() == View.VISIBLE) {
selectTile(v);