-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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(ios): Keep the metadata of image, add GPS when take picture from Camera (CB-6708) #230
base: master
Are you sure you want to change the base?
Conversation
test passed |
@@ -240,13 +240,9 @@ - (void)alertView:(UIAlertView *)alertView clickedButtonAtIndex:(NSInteger)butto | |||
|
|||
- (void)repositionPopover:(CDVInvokedUrlCommand*)command | |||
{ | |||
if (([[self pickerController] pickerPopoverController] != nil) && [[[self pickerController] pickerPopoverController] isPopoverVisible]) { | |||
NSDictionary* options = [command argumentAtIndex:0 withDefault:nil]; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi.
Thanks for the PR.
I think you forked you repo before this changes were made and didn't sync before sending your PR, but this code is important to fix another bug.
Can you make sure that your fork is in sync with the latest code on this repo and then send the PR with just the relevant code to fix the issue?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi.
I have sync code to my forks.
ICLA has been signed and re submitted to secretary@apache.org. |
Hi! Is it merged with master branch? |
Is there any update on getting this merged? |
friendly ping @dhrumil162 😄 |
What is needed to merge this? |
There is a conflict in a file now unfortunately. Could you take care of this @lxbyes? Thanks. |
any update on this merge please? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hard merge conflict, open comments, bit chaotic code in general - this requires a proper review before being merged.
Platforms affected
What does this PR do?
What testing has been done on this change?
Checklist