taler-ios

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

commit 496d3bad0f653818ce280417befecf436bd54b01
parent 757ff2db42556c2215d4623b6fe3fee3309b80ff
Author: Marc Stibane <marc@taler.net>
Date:   Sat, 14 Feb 2026 11:33:04 +0100

cleanup

Diffstat:
MTalerWallet1/Views/Actions/ActionsSheet.swift | 4++--
MTalerWallet1/Views/Actions/DepositWithdrawV.swift | 2+-
MTalerWallet1/Views/Actions/SendRequestV.swift | 2+-
3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/TalerWallet1/Views/Actions/ActionsSheet.swift b/TalerWallet1/Views/Actions/ActionsSheet.swift @@ -11,8 +11,8 @@ import taler_swift /// This view shows the action sheet /// optional: [􀰟Spend KUDOS] -/// [􁉇Send] [􁉅Request] -/// [􁾭Withdraw] [􁾩Deposit] +/// [􁉇 Send ] [􁉅 Request] +/// [􁾩Deposit] [􁾭 Withdraw] /// [􀎻 Scan QR ] struct ActionsSheet: View { let stack: CallStack diff --git a/TalerWallet1/Views/Actions/DepositWithdrawV.swift b/TalerWallet1/Views/Actions/DepositWithdrawV.swift @@ -7,7 +7,7 @@ */ import SwiftUI -/// [􁾭Withdraw] [􁾩Deposit] +/// [􁾩Deposit] [􁾭 Withdraw] 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,7 +7,7 @@ */ import SwiftUI -/// [􁉇Send] [􁉅Request] +/// [􁉇 Send ] [􁉅 Request] struct SendRequestV: View { let stack: CallStack let sendDisabled: Bool // can't send/deposit if wallet has no coins at all