Skip to content

Commit

Permalink
Updated the biometrics error message (#467)
Browse files Browse the repository at this point in the history
Signed-off-by: G S Prakash <[email protected]>
  • Loading branch information
GSPrakash2662 authored Oct 28, 2024
1 parent 157755c commit fe5b41c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -989,7 +989,7 @@ public void parseRCaptureResponse(Bundle bundle) {
});
} else {
Toast.makeText(activity.getApplicationContext(),
"Biometrics Matched With Operator Biometrics, Please Try Again",Toast.LENGTH_SHORT).show();
"Unable to capture biometric data",Toast.LENGTH_SHORT).show();
}
}

Expand Down

0 comments on commit fe5b41c

Please sign in to comment.