Merge pull request #2 from 0xtlt/pr/107-1
"Pay" click : Temporary solution
This commit is contained in:
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user