From 9ca4d4d1bc701fa00a30bb87808aabd79680d7a9 Mon Sep 17 00:00:00 2001 From: Tangem Date: Thu, 30 Apr 2026 13:30:42 +0200 Subject: [PATCH] Updated on 2026-08-14 --- .../features/tangempay/utils/TangemPayTxHistoryListManager.kt | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/features/tangempay/details/impl/src/main/kotlin/com/tangem/features/tangempay/utils/TangemPayTxHistoryListManager.kt b/features/tangempay/details/impl/src/main/kotlin/com/tangem/features/tangempay/utils/TangemPayTxHistoryListManager.kt index fa798e16bc..608f354d94 100644 --- a/features/tangempay/details/impl/src/main/kotlin/com/tangem/features/tangempay/utils/TangemPayTxHistoryListManager.kt +++ b/features/tangempay/details/impl/src/main/kotlin/com/tangem/features/tangempay/utils/TangemPayTxHistoryListManager.kt @@ -60,9 +60,7 @@ internal class TangemPayTxHistoryListManager( } suspend fun loadMore() { - actionsFlow.emit( - BatchAction.LoadMore(requestParams = TangemPayTxHistoryListConfig(shouldRefresh = false)), - ) + actionsFlow.emit(BatchAction.LoadMore(requestParams = null)) } private fun updateState(batchListState: BatchListState>) {