Skip to content

Commit

Permalink
Merge branch 'develop' into IOS-4025_refactor_prefligh_filtering
Browse files Browse the repository at this point in the history
  • Loading branch information
tureck1y authored Nov 22, 2023
2 parents 3cd562c + dddb7ef commit 3520c4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TangemSdk/TangemSdk/Common/NFC/NFCReader.swift
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ extension NFCReader: CardReader {
Log.nfc("Restart polling interval is: \(interval)")

// 20 is too much because of time inaccuracy
if interval >= 19 {
if interval >= 18 {
Log.nfc("Ignore restart polling")
return
}
Expand Down

0 comments on commit 3520c4d

Please sign in to comment.