taler-ios

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

commit 7ee08ac5410258073475b23ad4d7c82bf3c3a1c5
parent 7dd77018fc7dff96af78eaf30eaec87a936a725b
Author: Marc Stibane <marc@taler.net>
Date:   Sat, 15 Mar 2025 15:25:51 +0100

comments

Diffstat:
MTalerWallet1/Views/Sheets/URLSheet.swift | 1+
MTalerWallet1/Views/Sheets/WithdrawExchangeV.swift | 3++-
2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/TalerWallet1/Views/Sheets/URLSheet.swift b/TalerWallet1/Views/Sheets/URLSheet.swift @@ -22,6 +22,7 @@ struct URLSheet: View { @State private var urlCommand: UrlCommand? @State private var passedURL: URL? +// don't need @MainActor here private func passUrlOnce() { if urlToOpen != nil { passedURL = urlToOpen diff --git a/TalerWallet1/Views/Sheets/WithdrawExchangeV.swift b/TalerWallet1/Views/Sheets/WithdrawExchangeV.swift @@ -9,7 +9,8 @@ import SwiftUI import taler_swift import SymLog -// Will be called when a withdraw-exchange QR was scanned +// Called either when scanning a QR code or tapping the provided link, both from the bank's website. +// We show the user the manual withdrawal details in a sheet - but first the ToS must be accepted. struct WithdrawExchangeV: View { private let symLog = SymLogV(0) let stack: CallStack