gnunet-svn
[Top][All Lists]
Advanced

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

[taler-taler-ios] 29/32: cleanup


From: gnunet
Subject: [taler-taler-ios] 29/32: cleanup
Date: Sat, 10 Feb 2024 15:04:55 +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 400ad71911c4bcb236d0a2c37ca11dfa6ba71efd
Author: Marc Stibane <marc@taler.net>
AuthorDate: Fri Feb 9 11:49:26 2024 +0100

    cleanup
---
 TalerWallet1/Views/Sheets/P2P_Sheets/P2pReceiveURIView.swift | 2 +-
 TalerWallet1/Views/Sheets/WithdrawExchangeV.swift            | 1 +
 TalerWallet1/Views/Transactions/TransactionsEmptyView.swift  | 4 ++--
 3 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/TalerWallet1/Views/Sheets/P2P_Sheets/P2pReceiveURIView.swift 
b/TalerWallet1/Views/Sheets/P2P_Sheets/P2pReceiveURIView.swift
index 07968fb..dfb4295 100644
--- a/TalerWallet1/Views/Sheets/P2P_Sheets/P2pReceiveURIView.swift
+++ b/TalerWallet1/Views/Sheets/P2P_Sheets/P2pReceiveURIView.swift
@@ -84,7 +84,7 @@ struct P2pReceiveURIView: View {
             symLog.log("onAppear")
             DebugViewC.shared.setSheetID(SHEET_RCV_P2P)
         }
-        .task { // must be here ond not at LoadingView(), because this needs 
to run a 2nd time after ToS
+        .task { // must be here and not at LoadingView(), because this needs 
to run a 2nd time after ToS was accepted
             do { // TODO: cancelled
                 symLog.log(".task")
                 let ppResponse = try await 
model.preparePeerPushCreditM(url.absoluteString)
diff --git a/TalerWallet1/Views/Sheets/WithdrawExchangeV.swift 
b/TalerWallet1/Views/Sheets/WithdrawExchangeV.swift
index dc32e73..8859513 100644
--- a/TalerWallet1/Views/Sheets/WithdrawExchangeV.swift
+++ b/TalerWallet1/Views/Sheets/WithdrawExchangeV.swift
@@ -28,6 +28,7 @@ struct WithdrawExchangeV: View {
                      exchangeBaseUrl: exchangeBaseUrl,
                     amountToTransfer: $amountToTransfer)
             } else {
+                // TODO: Error
                 LoadingView(url: url, message: "No exchangeBaseUrl!")
             }
         }
diff --git a/TalerWallet1/Views/Transactions/TransactionsEmptyView.swift 
b/TalerWallet1/Views/Transactions/TransactionsEmptyView.swift
index 1e44551..94e66cb 100644
--- a/TalerWallet1/Views/Transactions/TransactionsEmptyView.swift
+++ b/TalerWallet1/Views/Transactions/TransactionsEmptyView.swift
@@ -11,10 +11,10 @@ import SymLog
 struct TransactionsEmptyView: View {
     private let symLog = SymLogV(0)
     let stack: CallStack
-    @AppStorage("myListStyle") var myListStyle: MyListStyle = .automatic
-
     let currency: String
 
+    @AppStorage("myListStyle") var myListStyle: MyListStyle = .automatic
+
     var body: some View {
         List {
             Section {

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