gnunet-svn
[Top][All Lists]
Advanced

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

[taler-taler-ios] 28/30: fixup ScrollVStack


From: gnunet
Subject: [taler-taler-ios] 28/30: fixup ScrollVStack
Date: Sun, 19 Nov 2023 23:53:52 +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 4d8abc67e853a69278223c3552046930e74fcfe9
Author: Marc Stibane <marc@taler.net>
AuthorDate: Sun Nov 19 23:31:00 2023 +0100

    fixup ScrollVStack
---
 TalerWallet1/Views/Peer2peer/P2PReadyV.swift | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/TalerWallet1/Views/Peer2peer/P2PReadyV.swift 
b/TalerWallet1/Views/Peer2peer/P2PReadyV.swift
index 691eebd..682e207 100644
--- a/TalerWallet1/Views/Peer2peer/P2PReadyV.swift
+++ b/TalerWallet1/Views/Peer2peer/P2PReadyV.swift
@@ -36,7 +36,7 @@ struct P2PReadyV: View {
         let _ = Self._printChanges()
         let _ = symLog.vlog()       // just to get the # to compare it with 
.onAppear & onDisappear
 #endif
-        ScrollView { VStack {
+        Group {
             if let transactionId {
                 TransactionDetailView(stack: stack.push(),
                               transactionId: transactionId,
@@ -53,7 +53,7 @@ struct P2PReadyV: View {
             } else {
                 WithdrawProgressView(message: "Loading...")
             }
-        } } // ScrollVStack
+        }
         .navigationTitle(navTitle)
         .onAppear {
             DebugViewC.shared.setViewID(VIEW_P2P_READY, stack: stack.push())

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