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 image using the camera, the specified crop aspect ratio (e.g., 6:1) does not apply. However, when picking an image from the gallery(MediaType.PHOTO_PICKER), the crop aspect ratio works as expected. Please ensure the crop aspect ratio is consistently enforced for images from both camera and gallery sources.
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 image using the camera, the specified crop aspect ratio (e.g., 6:1) does not apply. However, when picking an image from the gallery(MediaType.PHOTO_PICKER), the crop aspect ratio works as expected. Please ensure the crop aspect ratio is consistently enforced for images from both camera and gallery sources.