Skip to content

Conversation

@jpobst
Copy link
Contributor

@jpobst jpobst commented Aug 1, 2019

Broken out of #341.

When generating the _members field for XAJavaInterop1, in one instance we generate:

... static JniPeerMembers _members = new XAPeerMembers ("android/text/foo", typeof (ISpannableInvoker));

while in the 3 other instances we generate:

... static JniPeerMembers _members = new JniPeerMembers ("android/text/foo", typeof (ISpannableInvoker));

This refactors all the instances of writing this line to a single method which correctly uses XAPeerMembers when needed.

@jpobst jpobst requested a review from jonpryor August 1, 2019 16:01
@jonpryor jonpryor merged commit fd774a5 into master Aug 2, 2019
@jonpryor jonpryor deleted the xa-peer-members branch August 2, 2019 03:29
@github-actions github-actions bot locked and limited conversation to collaborators Apr 13, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants