Handling of new crypto-rates.json#154
Conversation
shubertm
left a comment
There was a problem hiding this comment.
Offline rates are not updating correctly
76262f1 to
f13e447
Compare
shubertm
left a comment
There was a problem hiding this comment.
In SearchScreen, am still getting currencies without icons on top
| val currencies = | ||
| searchUseCase( | ||
| state.currencies, | ||
| state.currencies.map { it.code }, | ||
| "", | ||
| ) |
There was a problem hiding this comment.
currencies is now always empty
SearchUseCase is not needed here
|
Remove
If the query is empty, then currencies without icons are ok. If I understood correctly what you mean |
Yes, they come on top but in alphabetical order. When it is not empty the they come below those with icons in the same alphabetical order. |
✅ Changes
SearchUseCase🔗 Related Tickets / Issues