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

Commit 0a197dbb authored by Tony Wickham's avatar Tony Wickham
Browse files

Prompt to set URI wallpapers on lock screen (missed before).

Change-Id: I5328a9861ce2843aba36ecad172eb0e364a816a0
parent ddd6d96d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -473,7 +473,7 @@ public class WallpaperCropActivity extends BaseActivity implements Handler.Callb
        if (onBitmapCroppedHandler != null) {
            cropTask.setOnBitmapCropped(onBitmapCroppedHandler);
        }
        cropTask.execute();
        NycWallpaperUtils.executeCropTaskAfterPrompt(this, cropTask, getOnDialogCancelListener());
    }

    protected void updateWallpaperDimensions(int width, int height) {