mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-07-07 22:45:40 +01:00
784a64c353
Replaces `DecryptableStreamUriLoader` with `DecryptableUriStreamLoader`, which addresses `InvalidMarkException` errors that were occurring when loading large image files with Glide. This new model loader provides a more robust approach via multiple fallback mechanisms to try to recover gracefully from errors related to displaying large images.