gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-taler-ios] 01/02: Exchange list refreshable


From: gnunet
Subject: [taler-taler-ios] 01/02: Exchange list refreshable
Date: Thu, 28 Mar 2024 18:30:14 +0100

This is an automated email from the git hooks/post-receive script.

marc-stibane pushed a commit to branch master
in repository taler-ios.

commit 61def8422bc5358d6d83dcc7ea205cb8787b219e
Author: Marc Stibane <marc@taler.net>
AuthorDate: Thu Mar 28 18:28:32 2024 +0100

    Exchange list refreshable
---
 TalerWallet1/Views/Banking/ExchangeListView.swift | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/TalerWallet1/Views/Banking/ExchangeListView.swift 
b/TalerWallet1/Views/Banking/ExchangeListView.swift
index 44e8191..504e077 100644
--- 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

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]