Updated on 2026-08-14
This commit is contained in:
parent
171062fc2d
commit
e0f3b72147
2 changed files with 2 additions and 2 deletions
|
|
@ -133,7 +133,7 @@ internal class WalletsUpdateActionResolver @Inject constructor(
|
|||
|
||||
val isAnyNameChanged = (newWallets - prevWallets.toSet()).isNotEmpty()
|
||||
|
||||
return prevWalletsIds != newWalletsIds && isAnyNameChanged
|
||||
return prevWalletsIds == newWalletsIds && isAnyNameChanged
|
||||
}
|
||||
|
||||
private fun getRenameWalletsAction(state: WalletScreenState, wallets: List<UserWallet>): Action.RenameWallets {
|
||||
|
|
|
|||
|
|
@ -89,7 +89,7 @@ markdownComposeView = "0.5.4"
|
|||
# endregion Other libraries
|
||||
|
||||
# region Tangem
|
||||
tangemBlockchainSdk = "release-app_5.20-930"
|
||||
tangemBlockchainSdk = "release-app_5.20-937"
|
||||
#tangemBlockchainSdk = "0.0.1" # Keep it! - used for local builds
|
||||
tangemCardSdk = "release-app_5.20-431"
|
||||
#tangemCardSdk = "0.0.1" # Keep it! - used for local builds ^
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue