Skip to content

Commit 4aec867

Browse files
authored
Merge pull request #3197 from dimagi/dv/biometric_fail_nav_fix
Cancelling config workflow when device isn't compatible
2 parents d820ee1 + 45b65aa commit 4aec867

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/org/commcare/fragments/personalId/PersonalIdMessageFragment.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ private void finish() {
138138

139139
break;
140140
case ConnectConstants.PERSONALID_DEVICE_CONFIGURATION_FAILED:
141-
directions = navigateToPhoneFragment();
141+
requireActivity().finish();
142142
break;
143143
case ConnectConstants.PERSONALID_RECOVERY_ACCOUNT_ORPHANED:
144144
personalIdSessionData.setAccountExists(false);

0 commit comments

Comments
 (0)