commit | d266d0fae04e980a57c8e67c2b238b49cc1cf497 | [log] [tgz] |
---|---|---|
author | Selim Cinek <cinek@google.com> | Tue Feb 25 13:26:06 2014 +0000 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Tue Feb 25 13:26:07 2014 +0000 |
tree | 9fe4eaf656481f42f5c36b350686d2b7a5684b71 | |
parent | 0e4a365e0d0220aff3cf60aa390fe9fcc05dbea1 [diff] | |
parent | c13e0a5cf1a7901650cc32f64b6256d7d3bd94fb [diff] |
Merge "Fixed visibility issue of save button in case the url loading failed" into ub-now-lunchbox
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);