damnit, glide.

fixes #2957
// FREEBIE
pull/1/head
Jake McGinty 9 years ago
parent aaf3d6a7c7
commit 103686f89b

@ -93,6 +93,7 @@ public class BitmapUtil {
return Glide.with(context)
.load(model)
.asBitmap()
.fitCenter()
.skipMemoryCache(true)
.into(width, height)
.get();

Loading…
Cancel
Save