Skip to content
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

fix(camera): Return the image on dismiss completion #849

Merged
merged 1 commit into from
Mar 2, 2022

Conversation

jcesarmobile
Copy link
Member

At the moment we are returning the image at the same time that we call dismiss, that causes problems if the user tries to present another native modal with the result (i.e. share plugin).

This PR changes the code to return the image once dismiss is completed, so it's safe to present other modals.

@jcesarmobile jcesarmobile added the type: bug A confirmed bug report label Mar 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug A confirmed bug report
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants