Updated on 2026-08-14

This commit is contained in:
Tangem 2026-04-30 16:58:29 +02:00
commit 0712ec74a3

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