mirror of
https://github.com/signalapp/Signal-Android.git
synced 2025-12-23 12:38:33 +00:00
@@ -93,6 +93,7 @@ public class BitmapUtil {
|
|||||||
return Glide.with(context)
|
return Glide.with(context)
|
||||||
.load(model)
|
.load(model)
|
||||||
.asBitmap()
|
.asBitmap()
|
||||||
|
.fitCenter()
|
||||||
.skipMemoryCache(true)
|
.skipMemoryCache(true)
|
||||||
.into(width, height)
|
.into(width, height)
|
||||||
.get();
|
.get();
|
||||||
|
|||||||
Reference in New Issue
Block a user