We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
There's an NPE in the GIF decoder for these images that's causing Glide to fall back to decoding the static image.
The text was updated successfully, but these errors were encountered:
Internal bug is b/70354071
Sorry, something went wrong.
Fix static decoding of interlaced or downsampled transparent GIFs.
3e1f8a2
The GifDecoder was NPEing, forcing Glide to fall back to BitmapFactory, which can only decode static images. Fixes bumptech#2698
b64f23d
No branches or pull requests
There's an NPE in the GIF decoder for these images that's causing Glide to fall back to decoding the static image.
The text was updated successfully, but these errors were encountered: