summaryrefslogtreecommitdiffstats
path: root/WallpaperPicker/src
diff options
context:
space:
mode:
authorSelim Cinek <cinek@google.com>2014-02-25 13:26:06 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2014-02-25 13:26:07 +0000
commitd266d0fae04e980a57c8e67c2b238b49cc1cf497 (patch)
tree9fe4eaf656481f42f5c36b350686d2b7a5684b71 /WallpaperPicker/src
parent0e4a365e0d0220aff3cf60aa390fe9fcc05dbea1 (diff)
parentc13e0a5cf1a7901650cc32f64b6256d7d3bd94fb (diff)
downloadandroid_packages_apps_Trebuchet-d266d0fae04e980a57c8e67c2b238b49cc1cf497.tar.gz
android_packages_apps_Trebuchet-d266d0fae04e980a57c8e67c2b238b49cc1cf497.tar.bz2
android_packages_apps_Trebuchet-d266d0fae04e980a57c8e67c2b238b49cc1cf497.zip
Merge "Fixed visibility issue of save button in case the url loading failed" into ub-now-lunchbox
Diffstat (limited to 'WallpaperPicker/src')
-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);