Updated on 2026-08-14
This commit is contained in:
parent
b74e2b9168
commit
3ef300ee56
3 changed files with 19 additions and 26 deletions
|
|
@ -10,7 +10,7 @@ import com.tangem.domain.txhistory.repository.TxHistoryRepository
|
|||
import kotlinx.coroutines.flow.Flow
|
||||
import kotlinx.coroutines.flow.catch
|
||||
|
||||
private const val DEFAULT_PAGE_SIZE = 20
|
||||
private const val DEFAULT_PAGE_SIZE = 50
|
||||
|
||||
class GetTxHistoryItemsUseCase(private val repository: TxHistoryRepository) {
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue