commit | c13e0a5cf1a7901650cc32f64b6256d7d3bd94fb | [log] [tgz] |
---|---|---|
author | Selim Cinek <cinek@google.com> | Tue Feb 25 14:12:07 2014 +0100 |
committer | Selim Cinek <cinek@google.com> | Tue Feb 25 14:23:57 2014 +0100 |
tree | 4713a83efc5c2151f2621c59aee3503d2bbe2ce6 | |
parent | 71e03b9979b5ee4c30daa7eb0a704ec92b38431b [diff] |
Fixed visibility issue of save button in case the url loading failed Bug: 12953091 Change-Id: Idc640532e2c2c6143d49d330bd541682eca64ac5
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);