AndyDesign999
AndyDesign999
Facing crash when picking image from gallery with crop feature. Lassi-Android - v 1.3.0 Device : Android 13, API 33 ``` val imagePicker = Lassi(this@BusinessInfoActivity) .with(LassiOption.CAMERA_AND_GALLERY) .setMaxCount(1) .setGridSize(3) .setMediaType(MediaType.IMAGE) .setCompressionRatio(Constants.IMAGE_PICKER_COMPRESSION_RATIO)...
Sometime crash occure, when click of send message. Platform : Android Log: ``` [Error: Actions may not have an undefined "type" property. You may have misspelled an action type string...
In our app, we are using only READ_MEDIA_IMAGES permission, we don't use READ_MEDIA_VIDEO permission in our app. But somehow, Play Store shows that our app uses both permissions. So my...
I've encountered an issue with the library(v1.4.2)'s cropping feature. After removing the **READ_MEDIA_IMAGES** and **READ_MEDIA_VIDEO** permissions by setting **tools:node="remove"** in the AndroidManifest file, I noticed the following: When capturing an...
I'm experiencing an issue with the this library(v 1.4.2). When I set a cropping aspect ratio, such as 6:1(setCropAspectRatio(6, 1)), the image does not automatically zoom to fit the cropping...