Updated on 2026-08-14
This commit is contained in:
parent
e5f25fdfb1
commit
2669dd7831
1 changed files with 1 additions and 1 deletions
|
|
@ -71,7 +71,7 @@ internal class DefaultCurrenciesRepository(
|
|||
isGroupedByNetwork = isGroupedByNetwork,
|
||||
isSortedByBalance = isSortedByBalance,
|
||||
)
|
||||
userTokensSaver.store(userWalletId, response)
|
||||
userTokensSaver.storeAndPush(userWalletId, response)
|
||||
}
|
||||
|
||||
override suspend fun saveNewCurrenciesList(userWalletId: UserWalletId, currencies: List<CryptoCurrency>) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue