We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 623f4dd commit 882272bCopy full SHA for 882272b
src/utils/lightning/index.ts
@@ -647,6 +647,11 @@ export const subscribeToLightningPayments = ({
647
title: i18n.t('wallet:toast_payment_failed_title'),
648
description: i18n.t('wallet:toast_payment_failed_description'),
649
});
650
+
651
+ // If the send sheet is open, navigate to the error screen
652
+ sendNavigation.navigate('Error', {
653
+ errorMessage: i18n.t('wallet:toast_payment_failed_description'),
654
+ });
655
}
656
},
657
);
0 commit comments