1
0
mirror of git://jb55.com/damus synced 2024-09-19 19:46:51 +00:00

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

"Pay" click : Temporary solution
This commit is contained in:
Suhail Saqan 2022-12-28 02:41:33 -06:00 committed by GitHub
commit b5f18da01e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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