mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-07-03 04:25:51 +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.