SSImagePicker
SSImagePicker copied to clipboard
Gallery Browser went black on android 14
Describe the bug
When a user select select photo or video
on Android 14, the gallery screen goes black but screen title still show.
To Reproduce Steps to reproduce the behavior:
- Ask Permission with
READ_MEDIA_VISUAL_USER_SELECTED
andREAD_MEDIA_IMAGES
orREAD_MEDIA_VIDEOS
- Grant access with select photos or videos
- pick some pictures
- Gallery Screen goes blank there are no images to pick them.
Expected behavior Expected that selected images or video will be appeared on gallery view.
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
- OS: macOS Ventura
Smartphone (please complete the following information):
- Device: Samsung, Google
- OS: Android 14
Additional context
When a developer removed READ_MEDIA_VISUAL_USER_SELECTED
that made me wonder how it is possible.