Updated on 2026-08-14

This commit is contained in:
Tangem 2024-12-27 18:28:59 +03:00
parent 52fa99023d
commit 1bfa17a33b
2 changed files with 2 additions and 1 deletions

View file

@ -658,6 +658,7 @@ private fun handleBackupAction(appState: () -> AppState?, action: BackupAction)
var userWallet: UserWallet? = null
if (scanResponse != null) {
scanResponse = updateScanResponseAfterBackup(scanResponse!!, backupState)
userWallet = createUserWallet(
scanResponse = requireNotNull(value = scanResponse, lazyMessage = { "ScanResponse is null" }),
backupState = backupState,

View file

@ -90,7 +90,7 @@ markdownComposeView = "0.5.4"
# region Tangem
tangemBlockchainSdk = "release-app_5.19-888"
#tangemBlockchainSdk = "0.0.1" # Keep it! - used for local builds
tangemCardSdk = "release-app_5.19-418"
tangemCardSdk = "release-app_5.19-419"
#tangemCardSdk = "0.0.1" # Keep it! - used for local builds ^
tangemVico = "2.0.0-alpha.25-tangem17"
#tangemVico = "0.0.1" # Keep it! - used for local builds ^