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) {
|
||||
payViaIntent(payingInvoices.first().invoice, context, onError)
|
||||
onClose()
|
||||
} else {
|
||||
Dialog(
|
||||
onDismissRequest = onClose,
|
||||
|
||||
Reference in New Issue
Block a user