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
Issue details / Repro steps / Use case background:
Glide loads cached image when it should skip cache and/or not cache in the firstplace. This case happens for vector drawables.
Glide load line / GlideModule (if any) / list Adapter code (if any):
The text was updated successfully, but these errors were encountered:
lam-amsiq
changed the title
Glide doesn't skip cache when when skipMemoryCache(true) and/or diskCacheStrategy(DiskCacheStrategy.NONE))
Glide doesn't skip cach when skipMemoryCache(true) and/or diskCacheStrategy(DiskCacheStrategy.NONE))
Nov 30, 2017
lam-amsiq
changed the title
Glide doesn't skip cach when skipMemoryCache(true) and/or diskCacheStrategy(DiskCacheStrategy.NONE))
Glide doesn't skip cache when skipMemoryCache(true) and/or diskCacheStrategy(DiskCacheStrategy.NONE))
Nov 30, 2017
Glide Version:
4.3.1
Integration libraries:
Device/Android Version:
All
Issue details / Repro steps / Use case background:
Glide loads cached image when it should skip cache and/or not cache in the firstplace. This case happens for vector drawables.
Glide load line /
GlideModule
(if any) / list Adapter code (if any):Layout XML:
Stack trace / LogCat:
The text was updated successfully, but these errors were encountered: