Updated on 2026-08-14
This commit is contained in:
parent
28066a7206
commit
d26d31ebab
14 changed files with 121 additions and 57 deletions
|
|
@ -57,7 +57,7 @@ public class VerifyCardTask extends Thread {
|
|||
|
||||
String PIN = mCard.getPIN();
|
||||
protocol.setPIN(PIN);
|
||||
protocol.run_Read();
|
||||
protocol.run_Read(false);
|
||||
PINStorage.setLastUsedPIN(PIN);
|
||||
mNotifications.OnReadProgress(protocol, 30);
|
||||
if (isCancelled) return;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue