commit f253367341fc521e916090a8f3acaad0f9330ac3 parent c4e4ad0c52accf8261493cf4780065a7a834bca1 Author: Marc Stibane <marc@taler.net> Date: Thu, 6 Jul 2023 18:05:44 +0200 shorter title, debug info Diffstat:
| M | TalerWallet1/Views/Payment/PaymentURIView.swift | | | 2 | +- |
| M | 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 @@ -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 @@ -39,6 +39,7 @@ struct URLSheet: View { .navigationTitle(navTitle) } }.task { + symLog.log(urlToOpen) urlCommand = controller.openURL(urlToOpen) } }