Updated on 2026-08-14
This commit is contained in:
parent
1c288123ea
commit
052daf6642
6 changed files with 168 additions and 60 deletions
|
|
@ -38,7 +38,7 @@ public class CustomReadCardTask extends Thread {
|
|||
// this fields are static to optimize process when need enter pin and scan card again
|
||||
private static ArrayList<String> lastRead_UnsuccessfullPINs = new ArrayList<>();
|
||||
private static TangemCard.EncryptionMode lastRead_Encryption = null;
|
||||
private static String lastRead_UID;
|
||||
private static String lastRead_UID = "";
|
||||
|
||||
public static void resetLastReadInfo() {
|
||||
lastRead_UID = "";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue