[ 
https://issues.apache.org/jira/browse/CB-8156?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15022617#comment-15022617
 ] 

ASF GitHub Bot commented on CB-8156:
------------------------------------

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

    
https://github.com/apache/cordova-plugin-contacts/pull/84#discussion_r45637648
  
    --- Diff: src/android/ContactManager.java ---
    @@ -52,6 +52,7 @@ Licensed to the Apache Software Foundation (ASF) under one
         public static final int PENDING_OPERATION_ERROR = 3;
         public static final int IO_ERROR = 4;
         public static final int NOT_SUPPORTED_ERROR = 5;
    +    public static final int OPERATION_CANCELLED_ERROR = 5;
    --- End diff --
    
    Isn't this supposed to be 6 as above, so below?


> [Contacts] Cancelling pickContact should call the error callback, but 
> callback "nothing" for now
> ------------------------------------------------------------------------------------------------
>
>                 Key: CB-8156
>                 URL: https://issues.apache.org/jira/browse/CB-8156
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: Plugin Contacts
>         Environment: I using ipad mini 8.1.2 with phonegap 3.6.3 or 3.7.1 and 
> latest contact plugin
>            Reporter: Colin Bau
>            Assignee: Vladimir Kotikov
>              Labels: android, ios, regression, reproduced, triaged
>
> according to this
> https://issues.apache.org/jira/browse/CB-7772
> it have been solved
> Cancelling pickContact should call the error callback, but callback "nothing" 
> (no any response) for now



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to