Fixes the repeat payments when the NWC is not setup correctly.
This commit is contained in:
@@ -306,6 +306,7 @@ fun PayViaIntentDialog(
|
|||||||
|
|
||||||
if (payingInvoices.size == 1) {
|
if (payingInvoices.size == 1) {
|
||||||
payViaIntent(payingInvoices.first().invoice, context, onError)
|
payViaIntent(payingInvoices.first().invoice, context, onError)
|
||||||
|
onClose()
|
||||||
} else {
|
} else {
|
||||||
Dialog(
|
Dialog(
|
||||||
onDismissRequest = onClose,
|
onDismissRequest = onClose,
|
||||||
|
|||||||
Reference in New Issue
Block a user