Updated on 2026-08-14
This commit is contained in:
parent
475e03ee94
commit
df4fd3c98c
3 changed files with 1 additions and 1 deletions
|
|
@ -47,7 +47,7 @@ public class SignTask extends CustomReadCardTask {
|
|||
mNotifications.onReadProgress(protocol, 30);
|
||||
if (isCancelled) return;
|
||||
|
||||
if (mCard.getPauseBeforePIN2() > 0) {
|
||||
if (mCard.getPauseBeforePIN2() > 0 && !mCard.getTerminalIsLinked()) {
|
||||
mNotifications.onReadWait(mCard.getPauseBeforePIN2());
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue