Updated on 2026-08-14
This commit is contained in:
commit
507a87ebd3
2 changed files with 2 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
|
|
@ -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 ^
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue