gif does not fallback to bitmap?
Open
- Dominant language
- Java
- Stars
- 35k
- Forks
- 6.2k
- Avg merge
- 1d 11h
- Merged PRs (30d)
- 8
Description
Glide.with(this).asGif().diskCacheStrategy(DiskCacheStrategy.RESOURCE).load(url).into(imageView);
same times the image file for url is not gif format . i hope fallback to bitmap.
but i get onLoadFailed the imageview is showing noting
Contributor guide
Assessment
This issue has not been assessed yet.