Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Call super.onRequestPermissionsResult in ReactActivity (#42478)
Summary: This change allows activities to handle onRequestPermissionsResult callbacks (eg: registerForActivityResult) Fixes #42403 ## Changelog: [Android][Changed] - Call super.onRequestPermissionsResult in ReactActivity's onRequestPermissionsResult() Pull Request resolved: #42478 Test Plan: **Without super.onRequestPermissionsResult() call**  **With super.onRequestPermissionsResult() call**  Reviewed By: cipolleschi Differential Revision: D52952198 Pulled By: cortinico fbshipit-source-id: 53b5dac65f6b5409d87b5fe7f8be659d7b48f70d
- Loading branch information