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
This commit is contained in:
Selim Cinek
2014-02-25 12:15:06 -08:00
committed by Android Git Automerger
@@ -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);