Skip to content

Fix handling of user implemented interfaces#1239

Merged
vtrifonov merged 2 commits intomasterfrom
vmutafov/sbg-interfaces-handling-fix
Jan 9, 2019
Merged

Fix handling of user implemented interfaces#1239
vtrifonov merged 2 commits intomasterfrom
vmutafov/sbg-interfaces-handling-fix

Conversation

@vmutafov
Copy link
Copy Markdown
Contributor

Currently, the provided list of interfaces implemented by the user when extending a native class was set directly to a JavaClass instance of the extended native class. This, however, results in permanent storing those interfaces in the JavaClass and sometimes there is a wrongly generated function binding with a name coming from a previously used interface elsewhere in the app.

@vmutafov
Copy link
Copy Markdown
Contributor Author

test ngapps_android api23

@vmutafov vmutafov force-pushed the vmutafov/sbg-interfaces-handling-fix branch from 91b3ea9 to e86e998 Compare December 21, 2018 09:13
@vmutafov vmutafov force-pushed the vmutafov/sbg-interfaces-handling-fix branch from e86e998 to b70d8e9 Compare January 4, 2019 14:10
@vmutafov
Copy link
Copy Markdown
Contributor Author

vmutafov commented Jan 4, 2019

test ngapps_android api23

@vtrifonov vtrifonov merged commit 3aeaa47 into master Jan 9, 2019
@vtrifonov vtrifonov deleted the vmutafov/sbg-interfaces-handling-fix branch January 9, 2019 14:26
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.

2 participants