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()