Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix 'Illegal Callback Invocation' Android exception #149

Merged

Conversation

fiznool
Copy link

@fiznool fiznool commented Aug 15, 2018

Fixes a case where callback was called twice when something went wrong in the cp operation, leading to a java.lang.RuntimeException: Illegal callback invocation from native module. This callback type only permits a single invocation from native code.

This is the same as seen in the original repo.

Fixes #35

Fixes a case where `callback` was called twice when something went wrong in the `cp` operation, leading to a `java.lang.RuntimeException: Illegal callback invocation from native module. This callback type only permits a single invocation from native code.`

This is the same fix [as seen in the original repo](wkh237#408).
@fiznool fiznool mentioned this pull request Aug 15, 2018
@Traviskn
Copy link

Thanks for your pull request

@Traviskn Traviskn merged commit d075673 into joltup:master Aug 21, 2018
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