commit 14606fee0ed5538ba7cfc169c0811bd1a61595ad
parent 9e4974cff4cfbf1153edfe3666cc861c5ed57065
Author: Marc Stibane <marc@taler.net>
Date: Tue, 24 Feb 2026 18:55:57 +0100
cleanup
Diffstat:
2 files changed, 5 insertions(+), 2 deletions(-)
diff --git a/TalerWallet1/Views/Actions/ActionsSheet.swift b/TalerWallet1/Views/Actions/ActionsSheet.swift
@@ -139,8 +139,11 @@ struct ActionsSheet: View {
let sendDisabled = noP2P
let recvDisabled = noBalances || noP2P
let depoDisabled = !mayDeposit
+ /// [ Send ] [ Request]
SendRequestV(stack: stack.push(), sendDisabled: sendDisabled, recvDisabled: recvDisabled)
+ /// [Deposit] [ Withdraw]
DepositWithdrawV(stack: stack.push(), sendDisabled: depoDisabled, recvDisabled: noBalances)
+ /// [ Scan QR ]
QRButton(hideTitle: false) {
qrButtonTapped = true
}
diff --git a/TalerWallet1/Views/Actions/Peer2peer/P2PReadyV.swift b/TalerWallet1/Views/Actions/Peer2peer/P2PReadyV.swift
@@ -1,5 +1,5 @@
/*
- * This file is part of GNU Taler, ©2022-25 Taler Systems S.A.
+ * This file is part of GNU Taler, ©2022-26 Taler Systems S.A.
* See LICENSE.md
*/
/**
@@ -30,7 +30,6 @@ struct P2PReadyV: View {
#endif
@AppStorage("myListStyle") var myListStyle: MyListStyle = .automatic
- let navTitle = String(localized: "Ready")
@State private var transactionId: String? = nil
@State private var noTransaction: TalerTransaction? = nil
@State private var talerTX = TalerTransaction(dummyCurrency: DEMOCURRENCY)
@@ -77,6 +76,7 @@ struct P2PReadyV: View {
let _ = Self._printChanges()
let _ = symLog.vlog() // just to get the # to compare it with .onAppear & onDisappear
#endif
+ let navTitle = String(localized: "Ready")
Group {
if let transactionId {
TransactionSummaryV(stack: stack.push(),