Updated on 2026-08-14

This commit is contained in:
Tangem 2025-08-11 16:59:46 +07:00
parent fcdaf5acfc
commit 0a8e78877d
2 changed files with 2 additions and 1 deletions

View file

@ -90,7 +90,7 @@ internal class AccountCreateEditModel @Inject constructor(
val isNewIcon = icon != params.account.portfolioIcon
updateCryptoPortfolioUseCase(
icon = if (isNewIcon) icon else null,
name = if (isNewName) name else null,
accountName = if (isNewName) name else null,
accountId = params.account.accountId,
)
}