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

Commit c13e0a5c authored by Selim Cinek's avatar Selim Cinek
Browse files

Fixed visibility issue of save button in case the url loading failed

Bug: 12953091
Change-Id: Idc640532e2c2c6143d49d330bd541682eca64ac5
parent 71e03b99
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);