Updated on 2026-08-14

This commit is contained in:
Tangem 2024-12-12 18:35:25 +03:00
parent 207fe02586
commit 58b3b092e6
2 changed files with 6 additions and 18 deletions

View file

@ -240,6 +240,7 @@ internal class TokenDetailsViewModel @Inject constructor(
currentCryptoCurrencyStatus?.let {
cryptoCurrencyStatus = it
updateButtons(it)
updateWarnings(it)
}
}
}