Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d266d0fa authored by Selim Cinek's avatar Selim Cinek Committed by Android (Google) Code Review
Browse files

Merge "Fixed visibility issue of save button in case the url loading failed" into ub-now-lunchbox

parents 0e4a365e c13e0a5c
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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);