Browse Source

Merge pull request #2 from 0xtlt/pr/107-1

"Pay" click : Temporary solution
post-button-style
Suhail Saqan 2 years ago
committed by GitHub
parent
commit
b5f18da01e
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  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