Diego Lassa

Results 4 comments of Diego Lassa

Same issue. Will try the `android.enableDexingArtifactTransform=false` fix It worked!!

It would be nice if this was merged...

This callback is never called .onSizeChanged { intSize -> cropUtil.onCanvasSizeChanged(intSize = intSize) } And, when this function runs public fun cropImage(): Bitmap { The canvas size is 0

I was able to fix it by modifying the calling function to this: val imageCrop: ImageCrop = ImageCrop(bitmap.value!!) // Configure ImageCropView. imageCrop.ImageCropView( modifier = Modifier.fillMaxSize(), guideLineColor = Color.LightGray, guideLineWidth =...