From 15f6c5bfc22a320ac5fa31b4034ea1a3d7c9da14 Mon Sep 17 00:00:00 2001 From: Thomas <31560900+0xtlt@users.noreply.github.com> Date: Wed, 28 Dec 2022 08:59:42 +0100 Subject: [PATCH] "Pay" click : Temporary solution --- damus/Components/InvoiceView.swift | 3 +++ 1 file changed, 3 insertions(+) diff --git a/damus/Components/InvoiceView.swift b/damus/Components/InvoiceView.swift index 0a1b7777..1c7d8511 100644 --- a/damus/Components/InvoiceView.swift +++ b/damus/Components/InvoiceView.swift @@ -18,6 +18,9 @@ struct InvoiceView: View { showingSelectWallet = true } .buttonStyle(.bordered) + .onTapGesture { + // Temporary solution so that the "pay" button can be clicked (Yes we need an empty tap gesture) + } } var body: some View {