Updated on 2026-08-14
This commit is contained in:
parent
5a8292a92a
commit
58f34c4a2e
6 changed files with 66 additions and 45 deletions
|
|
@ -245,8 +245,8 @@ private fun handleBackupAction(appState: () -> AppState?, action: BackupAction)
|
|||
is BackupAction.AddBackupCard -> {
|
||||
backupService.skipCompatibilityChecks = true
|
||||
tangemSdk.config.filter.cardIdFilter = CardFilter.Companion.CardIdFilter.Allow(
|
||||
items = SaltPayWorkaround.tangemWalletCardIds.toSet(),
|
||||
ranges = SaltPayWorkaround.tangemWalletCardIdRanges,
|
||||
items = SaltPayWorkaround.walletCardIds.toSet(),
|
||||
ranges = SaltPayWorkaround.walletCardIdRanges,
|
||||
)
|
||||
|
||||
backupService.addBackupCard { result ->
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue