gnunet-svn
[Top][All Lists]
Advanced

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

[taler-taler-ios] 24/24: Debugging


From: gnunet
Subject: [taler-taler-ios] 24/24: Debugging
Date: Tue, 05 Dec 2023 16:26:20 +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 989c5ea28c379cfd1500d9db28656bbc745cbf5f
Author: Marc Stibane <marc@taler.net>
AuthorDate: Tue Dec 5 16:24:41 2023 +0100

    Debugging
---
 TalerWallet1/Views/Exchange/ExchangeRowView.swift           | 2 +-
 TalerWallet1/Views/Peer2peer/P2PReadyV.swift                | 2 +-
 TalerWallet1/Views/Sheets/Payment/PayTemplateView.swift     | 2 +-
 TalerWallet1/Views/Transactions/TransactionDetailView.swift | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/TalerWallet1/Views/Exchange/ExchangeRowView.swift 
b/TalerWallet1/Views/Exchange/ExchangeRowView.swift
index a385067..15e9c2a 100644
--- a/TalerWallet1/Views/Exchange/ExchangeRowView.swift
+++ b/TalerWallet1/Views/Exchange/ExchangeRowView.swift
@@ -7,7 +7,7 @@ import taler_swift
 import SymLog
 
 struct ExchangeRowView: View {
-    private let symLog = SymLogV()
+    private let symLog = SymLogV(0)
     let stack: CallStack
     let exchange: Exchange
     let currency: String                        // this is the currency to be 
used
diff --git a/TalerWallet1/Views/Peer2peer/P2PReadyV.swift 
b/TalerWallet1/Views/Peer2peer/P2PReadyV.swift
index a446ae3..b448eaa 100644
--- a/TalerWallet1/Views/Peer2peer/P2PReadyV.swift
+++ b/TalerWallet1/Views/Peer2peer/P2PReadyV.swift
@@ -8,7 +8,7 @@ import SymLog
 
 // Called when initiating a P2P transaction: Send coins or Send 
Request(Invoice)
 struct P2PReadyV: View {
-    private let symLog = SymLogV()
+    private let symLog = SymLogV(0)
     let stack: CallStack
     let summary: String
     let expireDays: UInt
diff --git a/TalerWallet1/Views/Sheets/Payment/PayTemplateView.swift 
b/TalerWallet1/Views/Sheets/Payment/PayTemplateView.swift
index 5a66006..0a7028e 100644
--- a/TalerWallet1/Views/Sheets/Payment/PayTemplateView.swift
+++ b/TalerWallet1/Views/Sheets/Payment/PayTemplateView.swift
@@ -9,7 +9,7 @@ import SymLog
 // Will be called either by the user scanning a QR code or tapping the 
provided link,
 // both from the shop's website. We show the payment details
 struct PayTemplateView: View {
-    private let symLog = SymLogV()
+    private let symLog = SymLogV(0)
     let stack: CallStack
     let navTitle = String(localized: "Confirm Payment", comment:"pay merchant")
 
diff --git a/TalerWallet1/Views/Transactions/TransactionDetailView.swift 
b/TalerWallet1/Views/Transactions/TransactionDetailView.swift
index 34e8c88..666c4e1 100644
--- a/TalerWallet1/Views/Transactions/TransactionDetailView.swift
+++ b/TalerWallet1/Views/Transactions/TransactionDetailView.swift
@@ -22,7 +22,7 @@ extension Transaction {             // for Dummys
 }
 // MARK: -
 struct TransactionDetailView: View {
-    private let symLog = SymLogV()
+    private let symLog = SymLogV(0)
     let stack: CallStack
     let transactionId: String
     let reloadAction: ((_ transactionId: String) async throws -> Transaction)

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