This happens when removing crop() from picking camera image. ``` fun pickCameraImage(view: View) { cameraLauncher.launch( ImagePicker.with(this) //.crop() .cameraOnly() .maxResultSize(1080, 1920, true) .createIntent() ) } ``` <img width="1623" alt="Screenshot 2023-05-08 at 11 55 05 PM" src="https://user-images.githubusercontent.com/15853759/236935050-e2a3d23f-93e0-45bd-956e-0c84b97594f9.png">