Updated on 2026-08-14
This commit is contained in:
parent
3c8a8474d4
commit
2d28d399ca
4 changed files with 10 additions and 2 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue