-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Take a photo don't work on api 29 #13
Comments
I've tested it on an emulator and multiple devices and seems no problem. What is your test environment? |
I have put your library on my application. It worked until i published last week. |
I couldn't reproduce the problem. I have tested it in a couple of situations, but no problem is detected. If possible, share some code or whatever that may help. |
There's some code:
In this sample the data is null when i take a photo and not null when i choose a photo from gallery. |
The problem comes from losing data on activity recreation. It's quite normal that
Also, please upgrade the version to |
I choose the version 1.2.0 but only 1 mode work.
When i "choose from gallery" it work but not "take a photo" since i upgraded with targetSdkVersion 29 and also with the 1.2.0.
The data from the intent onActivityResult is null.
The text was updated successfully, but these errors were encountered: