mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-09-27 12:04:24 +01:00
`StreamBitmapDecoder` was handling GIF images and rendering them as static bitmaps. This change fixes that by adding a `StreamBitmapDecoder` wrapper that returns `handles=false` for images of type GIF and APNG, to enable `StreamFactoryGifDecoder` to decode GIF images. - Resolves signalapp/Signal-Android#14300