Niklas Baudy
Niklas Baudy
@komaljain you need to `import kotlin.Boolean;` (in your sq files)
If you look at the image: `BitmapFactory.decodeStream(view.context.contentResolver.openInputStream(uri))` - you can also see that the orientation is messed up:
Are you serious?
Thanks for reopening! Library version is latest, I tried this out on the `main` branch at https://github.com/CanHub/Android-Image-Cropper/commit/85c98bbda8ec2024b9572518baaa894ac7ea55d5
This will **NOT** be closed by https://github.com/CanHub/Android-Image-Cropper/pull/440
Long term this sounds interesting. I'll have this in mind but for the time being, I'll close this. First we need to get rid of Java, then clean up Kotlin...
This is also probably related to #439 where handling exif values is buggy
Could you please try the latest release, 4.4.0 and reopen this issue if it still persists?
Thanks for answering Marc! Indeed, this does work. I've used your workaround to shuffle the list. Not perfect but far better than having no queue at all.
@marcbaechinger I also find that in the `onAddMediaItems` method, `mediaItems.first().mediaMetadata.extras` is always null. Even though I am setting extras in `onGetChildren`. Is this related or should I file a separate...