Skip to content
This repository was archived by the owner on Oct 16, 2025. It is now read-only.
This repository was archived by the owner on Oct 16, 2025. It is now read-only.

App crush in Production when start() called  #450

@dhruv036

Description

@dhruv036

CODE

ImagePicker.create(this)
.returnMode(ReturnMode.ALL) // set whether pick and / or camera action should return immediate result or not.
.toolbarImageTitle("Select Profile picture") // image selection title
.toolbarArrowColor(Color.WHITE) // Toolbar 'up' arrow color
.includeVideo(false) // Show video on image picker
.single() // single mode
.showCamera(true) // show camera or not (true by default)
.imageDirectory("Camera") // directory name for captured image ("Camera" folder by default)
.enableLog(false) // disabling log
.theme(R.style.PurpleToolbar)
.start()

Expected Behavior

                Steps:
                1. For first should ask permission
                2.Then should open camera

Actual Behavior

               Steps:
               1. App crash

Steps to Reproduce the Problem

  1. when minify and shrinkresouce is enabled.

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