-
Notifications
You must be signed in to change notification settings - Fork 45
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
BUG: No preview of photos #7
Comments
Which library do you use for ImageLoader? |
Glide with your demo implementation |
the same |
@APetjko |
As I can see, you run app on Android Q. Tried to reproduce on emulator with this version, but succeed only partially. Images was not loaded at all (but it is know issue on Glide repository - bumptech/glide#3896). Can't reproduce your case. @mgursch maybe you have some additional configurations for Glide? (extended AppGlideModule, Caching, etc.) |
I tried to switch to Picasso for ImageLoaderDelegate and it works. Maybe there is some missconfiguration or Glide issue |
Do you experience this issue on pre-Q versions? |
Sorry - havent checked it on other phones. |
@ridsync try add this to file path of you file provider
|
Adding |
Hello,
I integrated your library into one of my apps but Its showing some weird behavior. First I open the PhotoPickerFragment - everything works. I choose 1-2 pictures. Second the user opens the PhotoPickerFragment again, but image previews are not visible. If the user navigates to gallery and back, previews are back.
I attached a link to a video for better understanding.
https://www.dropbox.com/s/0aquo1lqvs4ybci/photopicker-empty.mp4?dl=0
The text was updated successfully, but these errors were encountered: