Merge pull request #4173 from BlueWallet/unlock

FIX: Use haptic system settings for  biometrics use
This commit is contained in:
GLaDOS 2021-11-06 20:50:26 +00:00 committed by GitHub
commit 28e35166cf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -75,7 +75,6 @@ const UnlockWith = () => {
if (await Biometric.unlockWithBiometrics()) {
setIsAuthenticating(false);
await startAndDecrypt();
ReactNativeHapticFeedback.trigger('notificationSuccess', { ignoreAndroidSystemSettings: false });
return successfullyAuthenticated();
}
setIsAuthenticating(false);