Browse Source

"Pay" click : Temporary solution

post-button-style
Thomas 2 years ago
parent
commit
15f6c5bfc2
  1. 3
      damus/Components/InvoiceView.swift

3
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 {

Loading…
Cancel
Save