gnunet-svn
[Top][All Lists]
Advanced

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

[taler-taler-ios] 125/204: Button visible


From: gnunet
Subject: [taler-taler-ios] 125/204: Button visible
Date: Thu, 05 Dec 2024 23:51:33 +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 126fac966fd0de082ef75e1449b4a2c33f706a4e
Author: Marc Stibane <marc@taler.net>
AuthorDate: Sat Nov 9 16:34:12 2024 +0100

    Button visible
---
 TalerWallet1/Views/Sheets/P2P_Sheets/P2pReceiveURIView.swift | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/TalerWallet1/Views/Sheets/P2P_Sheets/P2pReceiveURIView.swift 
b/TalerWallet1/Views/Sheets/P2P_Sheets/P2pReceiveURIView.swift
index 9915495..27ed98f 100644
--- a/TalerWallet1/Views/Sheets/P2P_Sheets/P2pReceiveURIView.swift
+++ b/TalerWallet1/Views/Sheets/P2P_Sheets/P2pReceiveURIView.swift
@@ -94,15 +94,17 @@ struct P2pReceiveURIView: View {
                     let currency = peerPushCreditResponse.amountRaw.currencyStr
                     currencyInfo = controller.info2(for: currency, 
controller.currencyTicker)
                 }
-                if tosAccepted {
+                .safeAreaInset(edge: .bottom) {
+                    if tosAccepted {
                         let destination = P2pAcceptDone(stack: stack.push(),
                                                 transactionId: 
peerPushCreditResponse.transactionId,
                                                      incoming: true)
                         NavigationLink(destination: destination) {
-                        Text("Accept P2P Receive")      // SHEET_RCV_P2P_ACCEPT
+                            Text("Accept P2P Receive")      // 
SHEET_RCV_P2P_ACCEPT
+                        }
+                        .buttonStyle(TalerButtonStyle(type: .prominent))
+                        .padding(.horizontal)
                     }
-                    .buttonStyle(TalerButtonStyle(type: .prominent))
-                    .padding(.horizontal)
                 }
             } else {
 #if DEBUG

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