Updated on 2026-08-14
This commit is contained in:
parent
b74e2b9168
commit
3ef300ee56
3 changed files with 19 additions and 26 deletions
|
|
@ -39,6 +39,7 @@ class DefaultTxHistoryRepository(
|
|||
return Pager(
|
||||
config = PagingConfig(
|
||||
pageSize = pageSize,
|
||||
initialLoadSize = pageSize,
|
||||
),
|
||||
pagingSourceFactory = {
|
||||
TxHistoryPagingSource(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue