commit ac73a86a366b382e1b54ef300c0a005fdad67f32
parent 1e7321141ed3d556e30dac11d4c074705025a2c0
Author: Marc Stibane <marc@taler.net>
Date: Wed, 17 Jul 2024 08:29:48 +0200
disclosure comment
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/TalerWallet1/Views/Main/MainView.swift b/TalerWallet1/Views/Main/MainView.swift
@@ -122,7 +122,7 @@ struct MainView: View {
isPresented: $showCameraAlert,
actions: { openSettingsButton
dismissAlertButton },
- message: { Text("Please allow camera access in settings.") })
+ message: { Text("Please allow camera access in settings.") }) // Scanning QR-codes
.sheet(isPresented: $showQRScanner, onDismiss: dismissingSheet) {
let sheet = AnyView(QRSheet(stack: stack.push(".sheet")))
Sheet(stack: stack.push(), sheetView: sheet)