Skip to content

Commit 595e955

Browse files
fix(android): remove unused code
1 parent 93f2507 commit 595e955

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

android/src/main/java/br/com/classapp/RNSensitiveInfo/RNSensitiveInfoModule.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -483,10 +483,6 @@ public void onAuthenticationFailed() {
483483
showDialog(strings, new BiometricPrompt.CryptoObject(cipher), new DecryptWithAesCallback());
484484
} else {
485485
mCancellationSignal = new CancellationSignal();
486-
ReactApplicationContext reactApplicationContext = getReactApplicationContext();
487-
BiometricManager biometricManager = BiometricManager.from(reactApplicationContext);
488-
489-
490486
mFingerprintManager.authenticate(new FingerprintManager.CryptoObject(cipher), mCancellationSignal,
491487
0, new FingerprintManager.AuthenticationCallback() {
492488

0 commit comments

Comments
 (0)