Skip to content

Commit

Permalink
Cherry-picking 'Call super.onRequestPermissionsResult in ReactActivity (
Browse files Browse the repository at this point in the history
#42478)' onto 0.71
  • Loading branch information
LimAlbert authored and cortinico committed Jan 25, 2024
1 parent d6fe029 commit 8593306
Showing 1 changed file with 1 addition and 0 deletions.
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 8593306

Please sign in to comment.