gnunet-svn
[Top][All Lists]
Advanced

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

[taler-taler-ios] 10/32: ScrollVStack


From: gnunet
Subject: [taler-taler-ios] 10/32: ScrollVStack
Date: Sat, 10 Feb 2024 15:04:36 +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 5c236f1101eccb9db17f87440099cdb7a819ca08
Author: Marc Stibane <marc@taler.net>
AuthorDate: Sun Feb 4 14:34:32 2024 +0100

    ScrollVStack
---
 TalerWallet1/Views/Peer2peer/RequestPayment.swift | 3 +--
 TalerWallet1/Views/Peer2peer/SendAmount.swift     | 3 +--
 2 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/TalerWallet1/Views/Peer2peer/RequestPayment.swift 
b/TalerWallet1/Views/Peer2peer/RequestPayment.swift
index 189c861..5a4cc72 100644
--- a/TalerWallet1/Views/Peer2peer/RequestPayment.swift
+++ b/TalerWallet1/Views/Peer2peer/RequestPayment.swift
@@ -78,10 +78,9 @@ struct RequestPayment: View {
                 .background(NavigationLink(destination: shortcutDestination, 
isActive: $buttonSelected)
                             { EmptyView() }.frame(width: 0).opacity(0).hidden()
                 )
-        } } // ScrollVStack
+        }.padding(.horizontal) } // ScrollVStack
         .frame(maxWidth: .infinity, alignment: .leading)
 //        .scrollBounceBehavior(.basedOnSize)  needs iOS 16.4
-        .padding(.horizontal)   // Lists do this automatically, but this is a 
VStack
         .background(WalletColors().backgroundColor.edgesIgnoringSafeArea(.all))
         .navigationTitle(navTitle)
         .onAppear {
diff --git a/TalerWallet1/Views/Peer2peer/SendAmount.swift 
b/TalerWallet1/Views/Peer2peer/SendAmount.swift
index 4d28a0e..a3bc7df 100644
--- a/TalerWallet1/Views/Peer2peer/SendAmount.swift
+++ b/TalerWallet1/Views/Peer2peer/SendAmount.swift
@@ -101,10 +101,9 @@ struct SendAmount: View {
                 .background(NavigationLink(destination: shortcutDestination, 
isActive: $buttonSelected)
                     { EmptyView() }.frame(width: 0).opacity(0).hidden()
                 )
-        } } // ScrollVStack
+        }.padding(.horizontal) } // ScrollVStack
         .frame(maxWidth: .infinity, alignment: .leading)
 //        .scrollBounceBehavior(.basedOnSize)  needs iOS 16.4
-        .padding(.horizontal)
         .background(WalletColors().backgroundColor.edgesIgnoringSafeArea(.all))
         .navigationTitle(navTitle)
         .onAppear {

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