mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-21 09:20:19 +01:00
Specify scale type for glide thumbnails.
This commit is contained in:
@@ -143,6 +143,7 @@ public class ViewOnceMessageActivity extends PassphraseRequiredActivity implemen
|
||||
|
||||
GlideApp.with(this)
|
||||
.load(new DecryptableUri(uri))
|
||||
.fitCenter()
|
||||
.into(image);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user