mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2026-08-12 01:07:46 +00:00
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