Skip to content

Commit

Permalink
MMA-3883 Added missing import.
Browse files Browse the repository at this point in the history
  • Loading branch information
jesuscc1993 committed Dec 18, 2023
1 parent c2712d3 commit e950d28
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@

import java.util.concurrent.Executor;
import java.util.concurrent.Executors;
import javax.crypto.Cipher;

public class DecryptionResultHandlerInteractiveBiometric extends BiometricPrompt.AuthenticationCallback implements DecryptionResultHandler {
protected CipherStorage.DecryptionResult result;
Expand Down

0 comments on commit e950d28

Please sign in to comment.