taler-ios

iOS apps for GNU Taler (wallet)
Log | Files | Refs | README | LICENSE

commit 6c90b8f449201567e4574da453602f88a9e7f58a
parent c38a84273e3ab01e7ed5a4aecc51423d195c1b63
Author: Marc Stibane <marc@taler.net>
Date:   Sat, 19 Oct 2024 17:39:58 +0200

Comments

Diffstat:
MTalerWallet1/Views/Actions/Banking/DepositIbanV.swift | 2+-
MTalerWallet1/Views/Actions/Banking/ManualWithdraw.swift | 2+-
MTalerWallet1/Views/Actions/DepositWithdrawV.swift | 1+
MTalerWallet1/Views/Actions/SendRequestV.swift | 1+
4 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/TalerWallet1/Views/Actions/Banking/DepositIbanV.swift b/TalerWallet1/Views/Actions/Banking/DepositIbanV.swift @@ -9,7 +9,7 @@ import SwiftUI import taler_swift import SymLog - +// Called when tapping [􁾩Deposit] struct DepositIbanV: View { private let symLog = SymLogV(0) let stack: CallStack diff --git a/TalerWallet1/Views/Actions/Banking/ManualWithdraw.swift b/TalerWallet1/Views/Actions/Banking/ManualWithdraw.swift @@ -9,7 +9,7 @@ import SwiftUI import taler_swift import SymLog -// Will be called by either the user tapping "Withdraw Coins" in the exchanges list +// Called when tapping [􁾭Withdraw] // or from WithdrawExchangeV after a withdraw-exchange QR was scanned struct ManualWithdraw: View { private let symLog = SymLogV(0) diff --git a/TalerWallet1/Views/Actions/DepositWithdrawV.swift b/TalerWallet1/Views/Actions/DepositWithdrawV.swift @@ -7,6 +7,7 @@ */ import SwiftUI +/// [􁾭Withdraw] [􁾩Deposit] struct DepositWithdrawV: View { let stack: CallStack let sendDisabled: Bool // can't send/deposit if wallet has no coins at all diff --git a/TalerWallet1/Views/Actions/SendRequestV.swift b/TalerWallet1/Views/Actions/SendRequestV.swift @@ -7,6 +7,7 @@ */ import SwiftUI +/// [􁉇Send] [􁉅Request] struct SendRequestV: View { let stack: CallStack let sendDisabled: Bool // can't send/deposit if wallet has no coins at all