Github user jcesarmobile commented on a diff in the pull request:

    
https://github.com/apache/cordova-plugin-camera/pull/230#discussion_r76150053
  
    --- Diff: src/ios/CDVCamera.m ---
    @@ -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];
    --- End diff --
    
    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?


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
For additional commands, e-mail: dev-h...@cordova.apache.org

Reply via email to