Esa Firman
Esa Firman
Hey @Diolor @dmitry-zaitsev can i take this? So i think i just have to add white balance option to `CameraConfiguration`?
Interesting, this could be a bug so obvious but never got reproduced before 👀
I assume this is related to the camera app installed on the phone itself. Could you debug the `Image` object and see if there's more info that we can use?
Hmm 2.4.5 should fix this actually. If not can you check `3.0.0`?
The only safe way to access the data of the image is through `Uri`. As @shaon2016 said, you could use content resolver to [resolve the data](https://github.com/shaon2016/ProPicker/blob/d141548e64730c8eb798e5bf365060f114bbdc58/propicker/src/main/java/com/shaon2016/propicker/pro_image_picker/ProPicker.kt#L74) Something like this ```kotlin...
Reproduced, marked as bug
Unless you can comes up with a PR I'm closing this because dealing with custom intent will add more responsibility (and headache)
Should be fixed in 3.0.0
`uri.getData()` is deprecated
Wondering is this related to https://github.com/esafirm/android-image-picker/issues/380