Skip to content

Conversation

@engylemure
Copy link
Contributor

@engylemure engylemure commented Apr 28, 2020

@lukasgit Hi Lukas, it seems that someone in another PR made some changes in how the internal arguments on the openExistingContacts work, but forgot too change it in Android.

@lukasgit
Copy link
Owner

@engylemure @lidongze91 is there a code conflict in previous PR's between the two of you? Please confirm you have tested and are certain this PR should be merged.

break;
} case "openExistingContact" :{
final Contact contact = Contact.fromMap((HashMap)call.arguments);
final Contact contact = Contact.fromMap(((HashMap)call.argument("contact")));
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@engylemure why is this encapsulated in double parentheses?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@lukasgit it is not needed sorry for that.

@engylemure
Copy link
Contributor Author

@lukasgit I'm sorry for the bug that was occurring in the Android, when i first developed these features (In the older flutter version) i had tested it in another project and was working just fine in a app that i was developing and the example. When i made the migration to the new version of flutter i had tested only in the example and no error or exceptions were occurring, so i considered that was working just fine, but it seems that was not the case. I had tested in my application and in the example seems that everything is working with these changes.

@lukasgit lukasgit merged commit 655f2ee into lukasgit:staging Apr 29, 2020
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.

3 participants