-
Notifications
You must be signed in to change notification settings - Fork 3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #30374 from ishpaul777/fix/ios-wrong-permission-me…
…ssage Fix/ios wrong permission message
- Loading branch information
Showing
4 changed files
with
54 additions
and
32 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -1099,11 +1099,6 @@ const CONST = { | |
USER_CANCELLED: 'User canceled flow.', | ||
USER_TAPPED_BACK: 'User exited by clicking the back button.', | ||
USER_EXITED: 'User exited by manual action.', | ||
USER_CAMERA_DENINED: 'Onfido.OnfidoFlowError', | ||
USER_CAMERA_PERMISSION: 'Encountered an error: cameraPermission', | ||
// eslint-disable-next-line max-len | ||
USER_CAMERA_CONSENT_DENIED: | ||
'Unexpected result Intent. It might be a result of incorrect integration, make sure you only pass Onfido intent to handleActivityResult. It might be due to unpredictable crash or error. Please report the problem to [email protected]. Intent: null \n resultCode: 0', | ||
}, | ||
}, | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters