Updated on 2026-08-14
This commit is contained in:
parent
fcdaf5acfc
commit
0a8e78877d
2 changed files with 2 additions and 1 deletions
|
|
@ -144,6 +144,7 @@ dependencies {
|
|||
implementation(projects.libs.blockchainSdk)
|
||||
implementation(projects.libs.tangemSdkApi)
|
||||
|
||||
implementation(projects.data.account)
|
||||
implementation(projects.data.appCurrency)
|
||||
implementation(projects.data.appTheme)
|
||||
implementation(projects.data.balanceHiding)
|
||||
|
|
|
|||
|
|
@ -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,
|
||||
)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue