mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-05-18 14:20:00 +01:00
9432cca14a
Works around the glide issue by using the straight URI when possible, which allows glide to not have to keep a buffer. However, as soon as you select it, it'll be an encrypted file, and we'll run into this same issue where glide needs to keep a buffer for the input stream. Related to #11014