kopia lustrzana https://github.com/ryukoposting/Signal-Android
rodzic
aaf3d6a7c7
commit
103686f89b
|
@ -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();
|
||||||
|
|
Ładowanie…
Reference in New Issue