gnunet-svn
[Top][All Lists]
Advanced

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

[taler-taler-ios] 16/69: remove about protocols


From: gnunet
Subject: [taler-taler-ios] 16/69: remove about protocols
Date: Fri, 19 Jan 2024 09:01:49 +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 66adf65031d27f9e23cc59dd2cf7a31efa717733
Author: Marc Stibane <marc@taler.net>
AuthorDate: Wed Jan 3 17:40:59 2024 +0100

    remove about protocols
---
 TalerWallet1/Views/Settings/AboutView.swift | 20 ++++++++++----------
 1 file changed, 10 insertions(+), 10 deletions(-)

diff --git a/TalerWallet1/Views/Settings/AboutView.swift 
b/TalerWallet1/Views/Settings/AboutView.swift
index f5f7424..a00230f 100644
--- a/TalerWallet1/Views/Settings/AboutView.swift
+++ b/TalerWallet1/Views/Settings/AboutView.swift
@@ -44,7 +44,7 @@ struct AboutView: View {
                     .accessibilityAddTraits(.isLink)
                     .accessibilityRemoveTraits(.isStaticText)
                     .onTapGesture() {
-                        
UIApplication.shared.open(URL(string:"https://taler.net";)!, options: [:])
+                        UIApplication.shared.open(URL(string:TALER_NET)!, 
options: [:])
                     }
 
                 SettingsItem(name: "App Version", id1: "app") {
@@ -53,15 +53,15 @@ struct AboutView: View {
                 SettingsItem(name: "Wallet Core Version", id1: "wallet-core") {
                     Text(verbatim: "\(walletCore.versionInfo?.version ?? 
"unknown")")
                 }
-                SettingsItem(name: "Supported Exchange Versions", id1: 
"exchange") {
-                    Text(verbatim: "\(walletCore.versionInfo?.exchange ?? 
"unknown")")
-                }
-                SettingsItem(name: "Supported Merchant Versions", id1: 
"merchant") {
-                    Text(verbatim: "\(walletCore.versionInfo?.merchant ?? 
"unknown")")
-                }
-                SettingsItem(name: "Used Bank", id1: "bank") {
-                    Text(verbatim: "\(walletCore.versionInfo?.bank ?? 
"unknown")")
-                }
+//                SettingsItem(name: "Supported Exchange Versions", id1: 
"exchange") {
+//                    Text(verbatim: "\(walletCore.versionInfo?.exchange ?? 
"unknown")")
+//                }
+//                SettingsItem(name: "Supported Merchant Versions", id1: 
"merchant") {
+//                    Text(verbatim: "\(walletCore.versionInfo?.merchant ?? 
"unknown")")
+//                }
+//                SettingsItem(name: "Used Bank", id1: "bank") {
+//                    Text(verbatim: "\(walletCore.versionInfo?.bank ?? 
"unknown")")
+//                }
             }
             .id(listID)
             .listStyle(myListStyle.style).anyView

-- 
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]