commit e94b4b71187c160540c3733c0b2bb6cb465139ab
parent f399f97f10307e7e41eb37c06aee1f8ddc9bac1d
Author: Marc Stibane <marc@taler.net>
Date: Tue, 22 Jul 2025 11:35:47 +0200
cleanup
Diffstat:
2 files changed, 1 insertion(+), 5 deletions(-)
diff --git a/TalerWallet1/Views/Main/MainView.swift b/TalerWallet1/Views/Main/MainView.swift
@@ -495,11 +495,7 @@ extension MainView {
} else {
let _ = Self._printChanges()
}
- let delay: UInt = 0 // set to 5 to test delayed currency information
-#else
- let delay: UInt = 0 // no delay for release builds
#endif
-
// custom tabBar with the Actions button in the middle
let tabBarView = TabBarView(selection: tabSelection(), userAction: $userAction, hidden: $tabBarModel.tabBarHidden) {
logger.log("onActionTab")
diff --git a/TalerWallet1/Views/OIM/OIMEditView.swift b/TalerWallet1/Views/OIM/OIMEditView.swift
@@ -17,7 +17,7 @@ struct OIMEditView: View {
let available: Amount
let useAvailable : Bool // if false then we're requesting money and don't use available
// let decimal: Int // 0 for ¥,HUF; 2 for $,€,£; 3 for ﷼,₯ (arabic)
- @Binding var fwdButtonTapped: Bool
+ @Binding var fwdButtonTapped: Bool // user tapped "Send" TODO: "Request"
@EnvironmentObject private var wrapper: NamespaceWrapper