Updated on 2026-08-14
This commit is contained in:
parent
98915e2507
commit
1cdc5b5ab9
4 changed files with 31 additions and 20 deletions
|
|
@ -178,7 +178,6 @@ internal class TokenDetailsViewModel @Inject constructor(
|
|||
* @param refresh - invalidate cache and get data from remote
|
||||
* @param showItemsLoading - show loading items placeholder.
|
||||
*/
|
||||
@Suppress("UnusedPrivateMember") // will be removed after implement caching
|
||||
private fun updateTxHistory(refresh: Boolean, showItemsLoading: Boolean) {
|
||||
viewModelScope.launch(dispatchers.io) {
|
||||
val txHistoryItemsCountEither = txHistoryItemsCountUseCase(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue