gnunet-svn
[Top][All Lists]
Advanced

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

[taler-taler-ios] 12/35: PayTo URL listRowSeparator


From: gnunet
Subject: [taler-taler-ios] 12/35: PayTo URL listRowSeparator
Date: Thu, 27 Jul 2023 09:09:45 +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 8a126ae2156ef416a42075ff2bf712c221fa4e2a
Author: Marc Stibane <marc@taler.net>
AuthorDate: Wed Jul 19 12:23:16 2023 +0200

    PayTo URL listRowSeparator
---
 TalerWallet1/Views/Transactions/ManualDetails.swift | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/TalerWallet1/Views/Transactions/ManualDetails.swift 
b/TalerWallet1/Views/Transactions/ManualDetails.swift
index aa966d9..e1983de 100644
--- a/TalerWallet1/Views/Transactions/ManualDetails.swift
+++ b/TalerWallet1/Views/Transactions/ManualDetails.swift
@@ -47,9 +47,13 @@ struct ManualDetails: View {
                     .disabled(false)
                 Spacer()
             }   .listRowSeparator(.hidden)
-            Text(verbatim: "PayTo URL")       // the only reason for this 
leading-aligned text is to get a nice full lenght listRowSeparator
+            Text(verbatim: "PayTo URL")       // only reason for this 
leading-aligned text is to get a nice full length listRowSeparator
                 .font(.footnote)
-                .foregroundColor(Color.yellow)   // clear
+#if DEBUG
+                .foregroundColor(Color.yellow)
+#else
+                .foregroundColor(Color.clear)
+#endif
                 .padding(.vertical, -8)
                 .listRowSeparator(.automatic)
                 .accessibilityHidden(true)

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