fixed app icon crop

This commit is contained in:
Thibault Deckers 2020-10-28 10:24:21 +09:00
parent 499e71f903
commit 964c7211a1

View file

@ -126,7 +126,6 @@ class AppAdapterHandler(private val context: Context) : MethodCallHandler {
val options = RequestOptions() val options = RequestOptions()
.format(DecodeFormat.PREFER_RGB_565) .format(DecodeFormat.PREFER_RGB_565)
.centerCrop()
.override(size, size) .override(size, size)
val target = Glide.with(context) val target = Glide.with(context)
.asBitmap() .asBitmap()