From 964c7211a1e60360b0f1d50b31d97982a44bdc4b Mon Sep 17 00:00:00 2001 From: Thibault Deckers Date: Wed, 28 Oct 2020 10:24:21 +0900 Subject: [PATCH] fixed app icon crop --- .../deckers/thibault/aves/channel/calls/AppAdapterHandler.kt | 1 - 1 file changed, 1 deletion(-) diff --git a/android/app/src/main/kotlin/deckers/thibault/aves/channel/calls/AppAdapterHandler.kt b/android/app/src/main/kotlin/deckers/thibault/aves/channel/calls/AppAdapterHandler.kt index e4c4a5114..59595f304 100644 --- a/android/app/src/main/kotlin/deckers/thibault/aves/channel/calls/AppAdapterHandler.kt +++ b/android/app/src/main/kotlin/deckers/thibault/aves/channel/calls/AppAdapterHandler.kt @@ -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()