From ffa5e3f08502a2d90e48a01271381f7eddf7f2ae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcos=20Rodriguez=20V=C3=A9lez?= Date: Sat, 6 Nov 2021 13:42:00 -0400 Subject: [PATCH] FIX: Use haptic system settings for biometrics use --- UnlockWith.js | 1 - 1 file changed, 1 deletion(-) diff --git a/UnlockWith.js b/UnlockWith.js index b06b53de6..54a558bd0 100644 --- a/UnlockWith.js +++ b/UnlockWith.js @@ -75,7 +75,6 @@ const UnlockWith = () => { if (await Biometric.unlockWithBiometrics()) { setIsAuthenticating(false); await startAndDecrypt(); - ReactNativeHapticFeedback.trigger('notificationSuccess', { ignoreAndroidSystemSettings: false }); return successfullyAuthenticated(); } setIsAuthenticating(false);