docs-v7
docs-v7 copied to clipboard
Is there a typo in the documentation of "Extending Application and Activity"
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 ?