Skip to content

Commit

Permalink
[native] Fix QR code scanning on Android
Browse files Browse the repository at this point in the history
Summary: https://linear.app/comm/issue/ENG-9842/unable-to-scan-qr-code-on-android

Test Plan: Go to Profile -> Linked devices -> Add and try scanning qr code

Reviewers: tomek, kamil, bartek

Reviewed By: bartek

Subscribers: ashoat

Differential Revision: https://phab.comm.dev/D13880
  • Loading branch information
graszka22 committed Nov 6, 2024
1 parent 036b129 commit 429c594
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -90,5 +90,6 @@ public void onRequestPermissionsResult(
grantResults[permissionIndex] == PackageManager.PERMISSION_GRANTED);
}
}
super.onRequestPermissionsResult(requestCode, permissions, grantResults);
}
}

0 comments on commit 429c594

Please sign in to comment.