[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.
- [taler-taler-ios] 123/204: fake currency, (continued)
- [taler-taler-ios] 123/204: fake currency, gnunet, 2024/12/05
- [taler-taler-ios] 108/204: inputAccessory 'return', gnunet, 2024/12/05
- [taler-taler-ios] 124/204: move DB to AppSupport, gnunet, 2024/12/05
- [taler-taler-ios] 111/204: exchange, gnunet, 2024/12/05
- [taler-taler-ios] 118/204: demoHints, gnunet, 2024/12/05
- [taler-taler-ios] 126/204: cleanup, gnunet, 2024/12/05
- [taler-taler-ios] 128/204: less logging, gnunet, 2024/12/05
- [taler-taler-ios] 129/204: currencyInfo, gnunet, 2024/12/05
- [taler-taler-ios] 131/204: wire fee, gnunet, 2024/12/05
- [taler-taler-ios] 115/204: Refund, gnunet, 2024/12/05
- [taler-taler-ios] 125/204: Button visible,
gnunet <=
- [taler-taler-ios] 127/204: Remove "Amount too small", gnunet, 2024/12/05
- [taler-taler-ios] 130/204: Sheet logic, gnunet, 2024/12/05
- [taler-taler-ios] 117/204: Transactions, gnunet, 2024/12/05
- [taler-taler-ios] 133/204: addGlobalCurrency, gnunet, 2024/12/05
- [taler-taler-ios] 132/204: don't reload after delete, gnunet, 2024/12/05
- [taler-taler-ios] 134/204: use addGlobalCurrency, gnunet, 2024/12/05
- [taler-taler-ios] 145/204: baseURL, gnunet, 2024/12/05
- [taler-taler-ios] 151/204: cleanup, gnunet, 2024/12/05
- [taler-taler-ios] 158/204: Logging, gnunet, 2024/12/05
- [taler-taler-ios] 140/204: wording, gnunet, 2024/12/05