Updated on 2026-08-14

This commit is contained in:
Tangem 2026-04-30 13:30:42 +02:00
parent 91c2fb2d58
commit 9ca4d4d1bc

View file

@ -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>>) {