Updated on 2026-08-14

This commit is contained in:
Tangem 2024-12-03 12:09:32 +03:00
parent 778cf4d725
commit 83ceee6786

View file

@ -243,6 +243,7 @@ internal class TokenDetailsViewModel @Inject constructor(
isSingleWalletWithTokens = false,
).getOrNull()
currentCryptoCurrencyStatus?.let {
cryptoCurrencyStatus = it
updateButtons(it)
}
}