commit 09437d5cb7981ffee91926632556a4fb04a58e2d parent bd187dc14357faf977517dc98055a0700711064a Author: Marc Stibane <marc@taler.net> Date: Sat, 22 Aug 2026 09:59:04 +0200 AI: tap to exit (same as Done button) Diffstat:
| M | TalerWallet1/Views/OIM/OIMp2pReadyView.swift | | | 4 | +++- |
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/TalerWallet1/Views/OIM/OIMp2pReadyView.swift b/TalerWallet1/Views/OIM/OIMp2pReadyView.swift @@ -54,7 +54,9 @@ struct OIMp2pReadyView: View { } } // .border(.red) - }.task { + } + .onTapGesture(perform: action) + .task { withAnimation(.basic1) { appeared = true }