fixed app icon crop
This commit is contained in:
parent
499e71f903
commit
964c7211a1
1 changed files with 0 additions and 1 deletions
|
@ -126,7 +126,6 @@ class AppAdapterHandler(private val context: Context) : MethodCallHandler {
|
|||
|
||||
val options = RequestOptions()
|
||||
.format(DecodeFormat.PREFER_RGB_565)
|
||||
.centerCrop()
|
||||
.override(size, size)
|
||||
val target = Glide.with(context)
|
||||
.asBitmap()
|
||||
|
|
Loading…
Reference in a new issue