"Pay" click : Temporary solution

This commit is contained in:
Thomas
2022-12-28 08:59:42 +01:00
parent 270a29f9c0
commit 15f6c5bfc2

View File

@@ -18,6 +18,9 @@ struct InvoiceView: View {
showingSelectWallet = true showingSelectWallet = true
} }
.buttonStyle(.bordered) .buttonStyle(.bordered)
.onTapGesture {
// Temporary solution so that the "pay" button can be clicked (Yes we need an empty tap gesture)
}
} }
var body: some View { var body: some View {