Skip to content

Commit

Permalink
Merge pull request #42662 from facebook/nc/cp-96ed1190
Browse files Browse the repository at this point in the history
Cherry-picking 'Call super.onRequestPermissionsResult in ReactActivity (#42478)' onto 0.71
  • Loading branch information
hurali97 committed Jan 26, 2024
2 parents d6fe029 + 8593306 commit c6b6132
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ public void requestPermissions(
@Override
public void onRequestPermissionsResult(
int requestCode, String[] permissions, int[] grantResults) {
super.onRequestPermissionsResult(requestCode, permissions, grantResults);
mDelegate.onRequestPermissionsResult(requestCode, permissions, grantResults);
}

Expand Down

0 comments on commit c6b6132

Please sign in to comment.