taler-ios

iOS apps for GNU Taler (wallet)
Log | Files | Refs | README | LICENSE

commit 61def8422bc5358d6d83dcc7ea205cb8787b219e
parent 08597bec1f318754bb33e63d915c72a352241010
Author: Marc Stibane <marc@taler.net>
Date:   Thu, 28 Mar 2024 18:28:32 +0100

Exchange list refreshable

Diffstat:
MTalerWallet1/Views/Banking/ExchangeListView.swift | 5+++++
1 file changed, 5 insertions(+), 0 deletions(-)

diff --git a/TalerWallet1/Views/Banking/ExchangeListView.swift b/TalerWallet1/Views/Banking/ExchangeListView.swift @@ -129,6 +129,11 @@ extension ExchangeListCommonV: View { .talerFont(.body) } } + .refreshable { + symLog?.log("refreshing") + await reloadExchanges() + } + .listStyle(myListStyle.style).anyView } } .onNotification(.ExchangeAdded) { notification in