You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 8, 2022. It is now read-only.
When I use gilde, i always use a placeholder image resouce. So gilde will set the placeholder into the target imageview at first. When glide load image failed, the target imageview will show the placeholder image.
When I use GlidePalette, the onPaletteLoaded(Palette palette) just only called when the glide loaded the image successfully. if load image failed, it won't callback.
I think it's better to add a callback when glide load image failed. Then I can use my default palette color just like placeholder image.
forget my poor English...
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
When I use gilde, i always use a placeholder image resouce. So gilde will set the placeholder into the target imageview at first. When glide load image failed, the target imageview will show the placeholder image.
When I use GlidePalette, the onPaletteLoaded(Palette palette) just only called when the glide loaded the image successfully. if load image failed, it won't callback.
I think it's better to add a callback when glide load image failed. Then I can use my default palette color just like placeholder image.
forget my poor English...
The text was updated successfully, but these errors were encountered: