commit adc8957420b43560b107d5c249439be636bcc67b parent 9c5ca31f3c96263de61a8e9a27f7f96e0dca94e4 Author: Marc Stibane <marc@taler.net> Date: Thu, 11 Dec 2025 23:06:14 +0100 refreshable Diffstat:
| M | TalerWallet1/Views/Transactions/TransactionsListView.swift | | | 5 | +++++ |
1 file changed, 5 insertions(+), 0 deletions(-)
diff --git a/TalerWallet1/Views/Transactions/TransactionsListView.swift b/TalerWallet1/Views/Transactions/TransactionsListView.swift @@ -65,6 +65,11 @@ struct TransactionsListView: View { #endif if transactions.isEmpty { TransactionsEmptyView(stack: stack.push(), currency: scope.currency) + .refreshable { + controller.hapticNotification(.success) + symLog.log("refreshing") + await reloadAllAction(stack.push()) + } } else { Group { ScrollViewReader { scrollProxy in