show error on invalid lightning send input

This commit is contained in:
Matthew Fosse 2024-02-29 13:29:27 -08:00
parent 81cf08a0ad
commit dc2d2ece83

View file

@ -194,7 +194,7 @@ class LightningSendPage extends BasePage {
isLoading: false, isLoading: false,
onPressed: () async { onPressed: () async {
try { try {
processInput(context); await processInput(context);
} catch (e) { } catch (e) {
showPopUp<void>( showPopUp<void>(
context: context, context: context,