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

feat(camera): unify saveToGallery behavior #2671

Merged
merged 1 commit into from
Apr 1, 2020

Conversation

jcesarmobile
Copy link
Member

Change saveToGallery behavior to:
If from camera and not edited: save original
If from camera and edited: save edited
If from gallery and not edited: don't save
If from gallery and edited: save edited

Old behavior was:
iOS:
If from camera and not edited: save original
If from camera and edited: save edited
If from gallery and not edited: save again (changes behavior)
If from gallery and edited: save edited
Android:
If from camera and not edited: save original
If from camera and edited: save original (changes behavior)
If from gallery and not edited: don't save
If from gallery and edited: don't save (changes behavior)

Also fixes a problem where gallery images couldn't be edited

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant