Skip to content
This repository has been archived by the owner on Nov 17, 2022. It is now read-only.

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

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

Comments

@toyssamurai
Copy link

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 subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant