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 [Android][Changed] - Call super.onRequestPermissionsResult in ReactActivity's onRequestPermissionsResult() Pull Request resolved: #42478 Test Plan: **Without super.onRequestPermissionsResult() call** ![before](https://github.com/facebook/react-native/assets/8672580/553ff597-c077-4831-a4d3-51846a253536) **With super.onRequestPermissionsResult() call** ![after](https://github.com/facebook/react-native/assets/8672580/c7d588d2-5846-4083-a02f-59b5f915442c) Reviewed By: cipolleschi Differential Revision: D52952198 Pulled By: cortinico fbshipit-source-id: 53b5dac65f6b5409d87b5fe7f8be659d7b48f70d
- Loading branch information