Fixes the repeat payments when the NWC is not setup correctly.

This commit is contained in:
Vitor Pamplona 2023-09-30 11:17:17 -04:00
parent d738e5cbaf
commit 52e1842174

View File

@ -306,6 +306,7 @@ fun PayViaIntentDialog(
if (payingInvoices.size == 1) {
payViaIntent(payingInvoices.first().invoice, context, onError)
onClose()
} else {
Dialog(
onDismissRequest = onClose,