FilePicker
FilePicker copied to clipboard
Image selection shows multiple same folders
Describe the bug Image selection shows multiple same folders.
To Reproduce Steps to reproduce the behavior:
- Run test app
- Press button: LAUNCH IMAGE PICKER
- Observe folder list
Expected behavior App should show list of distinct folder just like other photo apps do.
Screenshot

Android info:
- Samsung S10
- API 29
Fixed in 1.4.0-beta01, please check it out.
It looks better now, however, if there are multiple albums with the same name, they are grouped as one. I guess you group by name, while it should be grouped by "id" or "path" (not really sure how library works).
I saw you load all images and then extract albums. On my device some images are on the same path, but in different albums (Photos and Gallery app shows two albums with same name). I haven't found the way to get them directly, but I euess there is some way, it would be great to have because it would work much faster that way, but for now this solution is ok for me. Thanks.