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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user