Updated on 2026-08-14

This commit is contained in:
Tangem 2025-02-24 16:48:14 +04:00
parent 3c8a8474d4
commit 2d28d399ca
4 changed files with 10 additions and 2 deletions

View file

@ -274,7 +274,7 @@ class TokenItemStateConverter(
return PriceChangeConverter.fromBigDecimal(value = this)
}
private fun CryptoCurrencyStatus.Value.isFlickering(): Boolean = getStatusSource() == StatusSource.CACHE
fun CryptoCurrencyStatus.Value.isFlickering(): Boolean = getStatusSource() == StatusSource.CACHE
private fun CryptoCurrencyStatus.Value.getStatusSource(): StatusSource? {
return when (this) {