Skip to content

[Crash] When picking a camera image without setting crop() #96

@ZahraHeydari

Description

@ZahraHeydari

This happens when removing crop() from picking camera image.

fun pickCameraImage(view: View) {
        cameraLauncher.launch(
            ImagePicker.with(this)
                //.crop()
                .cameraOnly()
                .maxResultSize(1080, 1920, true)
                .createIntent()
        )
}

Screenshot 2023-05-08 at 11 55 05 PM

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions