Skip to content

Commit

Permalink
Merge pull request #1175 from michaelschattgen/hotfix/biometrics-unlock
Browse files Browse the repository at this point in the history
Fix biometrics unlock button on AuthActivity
  • Loading branch information
michaelschattgen authored Sep 6, 2023
2 parents b916697 + c9cf672 commit aac7744
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,8 @@ protected void onCreate(Bundle savedInstanceState) {
showBiometricPrompt();
})
.create());
} else {
showBiometricPrompt();
}
});
}
Expand Down

0 comments on commit aac7744

Please sign in to comment.