taler-ios

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

commit 2b28cebc2cb94ea4e2d4080e819deaf5b872c087
parent 5ec620ec4bb310cff2588e37e171ab49ab3c37c1
Author: Marc Stibane <marc@taler.net>
Date:   Wed, 16 Apr 2025 14:32:59 +0200

debugging

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

diff --git a/TalerWallet1/Views/OIM/OIMlineView.swift b/TalerWallet1/Views/OIM/OIMlineView.swift @@ -114,10 +114,10 @@ struct OIMlineView: View { } // iOS 15 } .onChange(of: tappedVal) { newVal in - print(">>tapped ", newVal) if newVal > 0 { + print(">>tapped ", newVal) tappedVal = 0 - let ms = debugAnimations ? 1250 : 250 + let ms = fastAnimations ? 250 : 500 DispatchQueue.main.async { // next layout cycle withAnimation(.fly1) {