Updated on 2026-08-14
This commit is contained in:
commit
0712ec74a3
1 changed files with 1 additions and 3 deletions
|
|
@ -60,9 +60,7 @@ internal class TangemPayTxHistoryListManager(
|
|||
}
|
||||
|
||||
suspend fun loadMore() {
|
||||
actionsFlow.emit(
|
||||
BatchAction.LoadMore(requestParams = TangemPayTxHistoryListConfig(shouldRefresh = false)),
|
||||
)
|
||||
actionsFlow.emit(BatchAction.LoadMore<TangemPayTxHistoryListConfig>(requestParams = null))
|
||||
}
|
||||
|
||||
private fun updateState(batchListState: BatchListState<Int, List<TangemPayTxHistoryItem>>) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue