commit 113d8c74990d4efff41c9c7f18b863689dd8e1ec
parent 6d37d33a2758b55af0d8bfab07a676d1bfba9c9b
Author: Marc Stibane <marc@taler.net>
Date: Sun, 13 Apr 2025 10:12:22 +0200
NamespaceWrapper
Diffstat:
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/TalerWallet1/Views/OIM/OIMView.swift b/TalerWallet1/Views/OIM/OIMView.swift
@@ -61,9 +61,9 @@ struct OIMView: View {
@Binding var qrButtonTapped: Bool
@AppStorage("sierraLeone") var sierraLeone: Bool = false
+ @EnvironmentObject private var wrapper: NamespaceWrapper
@State private var amountVal: UInt64 = 0
- @Namespace var namespace
@State private var tappedVal: UInt64 = 0
@State private var flying: UInt64 = 0
@State private var shake = false
@@ -110,9 +110,9 @@ struct OIMPayView: View {
// let decimal: Int // 0 for ¥,HUF; 2 for $,€,£; 3 for ﷼,₯ (arabic)
@AppStorage("sierraLeone") var sierraLeone: Bool = false
+ @EnvironmentObject private var wrapper: NamespaceWrapper
@State private var amountVal: UInt64 = 0
- @Namespace var namespace
@State private var tappedVal: UInt64 = 0
@State private var flying: UInt64 = 0
@State private var shake = false
@@ -150,10 +150,10 @@ struct OIMEditView: View {
@AppStorage("sierraLeone") var sierraLeone: Bool = false
+ @EnvironmentObject private var wrapper: NamespaceWrapper
@State private var amountVal: UInt64 = 0
@State private var availableVal: UInt64 = 0
- @Namespace var namespace
@State private var tappedVal: UInt64 = 0
@State private var flying: UInt64 = 0
@State private var shake = false