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
Glide load images in disorder when I use MyGlideModule.
Is there something wrong?
it's not happened without using MyGlideModule or in the Galaxy S4 device.
Here is the Repo.
The text was updated successfully, but these errors were encountered:
Thanks, It's really the same problem. It works well when I add builder.setDecodeFormat(DecodeFormat.PREFER_ARGB_8888);. I've been trying to put some breakpoint and debug it before this. I thought it might be the problem of cache key. But the url of Glide loaded is always correct, the picture are not display correctly.
It doesn't always reproduce, I also didn't notice the logs about OpenGL. Your workarounds is well-founded, I agree with and support that, and I hope someone can give a more detailed explanation.
Thanks again for your help.
Glide Version: glide:3.7.0
Integration libraries: none
Device/Android Version: Galaxy Note3/SM-N9500 5.0
Issue details / Repro steps / Use case background: Glide load images in disorder.
Glide load line /
GlideModule
(if any) / list Adapter code (if any):Layout XML:
Stack trace / LogCat: none
Glide load images in disorder when I use
MyGlideModule
.Is there something wrong?
it's not happened without using
MyGlideModule
or in the Galaxy S4 device.Here is the Repo.
The text was updated successfully, but these errors were encountered: