nguyenhoanglam / ImagePicker

A customizable library for selecting images on the device.
Apache License 2.0
598 stars 158 forks source link

Image selection issue #131

Closed farrakhj closed 12 months ago

farrakhj commented 3 years ago

When done button is pressed after image selection sometimes onActivityResult is called and sometimes it is not called.

farrakhj commented 3 years ago

When onActivityResult is not called than no image path is received.

nguyenhoanglam commented 2 years ago

@farrakhj Please check v1.5.0 with ActivityResultLauncher way! (The replacement for startActivityForResult).