mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-02-22 23:08:07 +01:00
Merge pull request #4173 from BlueWallet/unlock
FIX: Use haptic system settings for biometrics use
This commit is contained in:
commit
28e35166cf
1 changed files with 0 additions and 1 deletions
|
@ -75,7 +75,6 @@ const UnlockWith = () => {
|
|||
if (await Biometric.unlockWithBiometrics()) {
|
||||
setIsAuthenticating(false);
|
||||
await startAndDecrypt();
|
||||
ReactNativeHapticFeedback.trigger('notificationSuccess', { ignoreAndroidSystemSettings: false });
|
||||
return successfullyAuthenticated();
|
||||
}
|
||||
setIsAuthenticating(false);
|
||||
|
|
Loading…
Add table
Reference in a new issue