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