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
[X] A typo [X] Wrong documentation [ ] Improvement of existing article [ ] Missing documentation [ ] New article needed
In "Extending Application and Activity", under the sample activity.android.js snippet, inside onActivityResult, the codes are:
this._callbacks.onActivityResult(this, requestCode, resultCode, data, _super.prototype.onActivityResult);
Shouldn't it be superProto.onActivityResult instead of _super.prototype.onActivityResult ?
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Make sure to check the existing issues in this repository
Please, tell us what's the problem?
[X] A typo
[X] Wrong documentation
[ ] Improvement of existing article
[ ] Missing documentation
[ ] New article needed
Please, tell us more details
In "Extending Application and Activity", under the sample activity.android.js snippet, inside onActivityResult, the codes are:
this._callbacks.onActivityResult(this, requestCode, resultCode, data, _super.prototype.onActivityResult);Shouldn't it be superProto.onActivityResult instead of _super.prototype.onActivityResult ?
The text was updated successfully, but these errors were encountered: