Skip to content

Commit

Permalink
Merge pull request #18126 from tienifr/fix/17876-dev-error-grant-came…
Browse files Browse the repository at this point in the history
…ra-permission

Fix: Dev error when not grant camera permission on native
  • Loading branch information
marcochavezf authored May 1, 2023
2 parents e765eb5 + 8a789c4 commit 8e06eb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/AttachmentPicker/index.native.js
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ class AttachmentPicker extends Component {
switch (response.errorCode) {
case 'permission':
this.showPermissionsAlert();
break;
return resolve();
default:
this.showGeneralAlert();
break;
Expand Down

0 comments on commit 8e06eb0

Please sign in to comment.