android-image-picker icon indicating copy to clipboard operation
android-image-picker copied to clipboard

Empty images list when project integrate with Instabug

Open nthieu90 opened this issue 3 years ago • 1 comments

Expected Behavior

After granted storage permission, it should display images list

Actual Behavior

An empty image list with a snackbar has empty message, only Ok button

Steps to Reproduce the Problem

  1. Integrate with Instabug 10.5.0
  2. Open ImagePicker
  3. Granted storage permission

Specifications

  • Image Picker Version: 3.3.0..0-beta1
  • Android OS: 11
  • Phone: Samsung S21

nthieu90 avatar May 14 '21 07:05 nthieu90

This is related to https://github.com/esafirm/android-image-picker/pull/362.

This library checks whether "write permission" is granted or not, but the "write permission" is ignored in Android 11.

xpdlf1004 avatar Jun 11 '21 02:06 xpdlf1004

Fixed in https://github.com/esafirm/android-image-picker/pull/431

esafirm avatar Nov 20 '22 05:11 esafirm