Updated on 2026-08-14

This commit is contained in:
Tangem 2022-03-05 14:49:55 +03:00
parent 0270e3f84f
commit d8517d6387
2 changed files with 4 additions and 4 deletions

View file

@ -153,7 +153,7 @@ class TangemSdkManager(private val tangemSdk: TangemSdk, private val context: Co
fun changeDisplayedCardIdNumbersCount(scanResponse: ScanResponse) {
tangemSdk.config.cardIdDisplayFormat = if (scanResponse.isTangemTwins()) {
CardIdDisplayFormat.LastLunh(4)
CardIdDisplayFormat.LastLuhn(4)
} else {
CardIdDisplayFormat.Full
}