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

Is there a typo in the documentation of "Extending Application and Activity" #1861

Open
toyssamurai opened this issue Jan 8, 2020 · 0 comments
Open

Comments

@toyssamurai
Copy link

@toyssamurai toyssamurai commented Jan 8, 2020

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 ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
1 participant
You can’t perform that action at this time.