taler-ios

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

commit b2c1ff50098ab91559b324bf61b1d71de218cdcd
parent e96c0d5c112c7e631406d285a5ed9cddc0266010
Author: Marc Stibane <marc@taler.net>
Date:   Tue,  8 Apr 2025 13:10:35 +0200

debug

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

diff --git a/TalerWallet1/Views/OIM/OIMcurrencyScroller.swift b/TalerWallet1/Views/OIM/OIMcurrencyScroller.swift @@ -24,7 +24,11 @@ struct OIMcurrencyScroller: View { flying = 0 tappedVal = value } +#if DEBUG let ms = debugAnimations ? 1500 : delay +#else + let ms = delay +#endif // print("tapped \(value)") DispatchQueue.main.asyncAfter(deadline: .now() + .milliseconds(ms)) { // print("shake start")