taler-ios

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

commit 454baab95e5fd87e0a54b6a3f76cc3cfda466bc1
parent 5ccb4e6cf8517a24bc6105e1cb4c4ecc0062669e
Author: Marc Stibane <marc@taler.net>
Date:   Wed, 16 Apr 2025 14:35:31 +0200

fastAnimations

Diffstat:
MTalerWallet1/Views/OIM/OIMbackground.swift | 5+++++
1 file changed, 5 insertions(+), 0 deletions(-)

diff --git a/TalerWallet1/Views/OIM/OIMbackground.swift b/TalerWallet1/Views/OIM/OIMbackground.swift @@ -19,9 +19,14 @@ struct OIMamountV: View { @State private var color = WalletColors().talerColor func updateColor() { +#if DEBUG color = debugAnimations ? WalletColors().attention : fastAnimations ? WalletColors().talerColor : WalletColors().confirm +#else + color = fastAnimations ? WalletColors().talerColor + : WalletColors().confirm +#endif } var body: some View { HStack {