Skip to content

Commit f61f304

Browse files
authored
Merge pull request Expensify#78090 from mohammadjafarinejad/fix/77492
User can't dismiss the modal, navigated to the Inbox after enabling microphone
2 parents 37dd440 + 298c251 commit f61f304

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/Onfido/index.native.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ function Onfido({sdkToken, onUserExit, onSuccess, onError}: OnfidoProps) {
7676
[
7777
{
7878
text: translate('common.cancel'),
79-
onPress: () => onUserExit(),
79+
onPress: () => onUserExit(true),
8080
},
8181
{
8282
text: translate('common.settings'),

0 commit comments

Comments
 (0)