commit 417b1bb6fcc55093774b9f4a79dff31387d8f54c
parent 83a504f3730a7bb3a5d92065d816c688491eaaec
Author: Marc Stibane <marc@taler.net>
Date: Fri, 19 Sep 2025 14:06:23 +0000
accept & receive
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/TalerWallet1/Views/OIM/OIMp2pReceiveView.swift b/TalerWallet1/Views/OIM/OIMp2pReceiveView.swift
@@ -31,7 +31,7 @@ struct OIMp2pReceiveView: View {
type: .requestP2P, // TODO: define receive
isFinal: false,
isSending: false,
- action: { },
+ action: { fwdButtonTapped = true },
actDisabled: amount?.isZero ?? true
) {
Group {