gnunet-svn
[Top][All Lists]
Advanced

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

[taler-taler-ios] 05/09: shorter title, debug info


From: gnunet
Subject: [taler-taler-ios] 05/09: shorter title, debug info
Date: Fri, 07 Jul 2023 11:40:03 +0200

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 f253367341fc521e916090a8f3acaad0f9330ac3
Author: Marc Stibane <marc@taler.net>
AuthorDate: Thu Jul 6 18:05:44 2023 +0200

    shorter title, debug info
---
 TalerWallet1/Views/Payment/PaymentURIView.swift | 2 +-
 TalerWallet1/Views/Sheets/URLSheet.swift        | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/TalerWallet1/Views/Payment/PaymentURIView.swift 
b/TalerWallet1/Views/Payment/PaymentURIView.swift
index bb1beb6..a42ddc2 100644
--- a/TalerWallet1/Views/Payment/PaymentURIView.swift
+++ b/TalerWallet1/Views/Payment/PaymentURIView.swift
@@ -68,7 +68,7 @@ struct PaymentURIView: View {
         } else {
             let badURL = "Error in URL: \(url)"
             WithdrawProgressView(message: url.host ?? badURL)
-                .navigationTitle("Contacting Exchange")
+                .navigationTitle("Find Exchange")
                 .task {
                     do {
                         symLog.log(".task")
diff --git a/TalerWallet1/Views/Sheets/URLSheet.swift 
b/TalerWallet1/Views/Sheets/URLSheet.swift
index 6902d55..723480f 100644
--- a/TalerWallet1/Views/Sheets/URLSheet.swift
+++ b/TalerWallet1/Views/Sheets/URLSheet.swift
@@ -39,6 +39,7 @@ struct URLSheet: View {
                 .navigationTitle(navTitle)
             }
         }.task {
+            symLog.log(urlToOpen)
             urlCommand = controller.openURL(urlToOpen)
         }
     }

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