Merge "Fixed visibility issue of save button in case the url loading failed" into ub-now-lunchbox
This commit is contained in:
@@ -334,6 +334,7 @@ public class WallpaperPickerActivity extends WallpaperCropActivity {
|
|||||||
}
|
}
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
mSetWallpaperButton.setVisibility(View.VISIBLE);
|
||||||
WallpaperTileInfo info = (WallpaperTileInfo) v.getTag();
|
WallpaperTileInfo info = (WallpaperTileInfo) v.getTag();
|
||||||
if (info.isSelectable() && v.getVisibility() == View.VISIBLE) {
|
if (info.isSelectable() && v.getVisibility() == View.VISIBLE) {
|
||||||
selectTile(v);
|
selectTile(v);
|
||||||
|
|||||||
Reference in New Issue
Block a user