mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-05-15 04:30:36 +01:00
288eda5bb1
Our GlideImage implementation doesn't support animated images, because it loads them as bitmaps and therefore only displays the first image frame as a static image. This change works around that issue by having GlideImage wrap an ImageView to handle cases where we need to display animated images.