mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2025-06-28 12:29:51 +00:00
minor fix [skip ci]
This commit is contained in:
parent
9ac784db5c
commit
9fb30cc0fb
1 changed files with 3 additions and 1 deletions
|
@ -182,7 +182,9 @@ class NodeCreateOrEditPage extends BasePage {
|
||||||
|
|
||||||
await nodeCreateOrEditViewModel.save(
|
await nodeCreateOrEditViewModel.save(
|
||||||
editingNode: editingNode, saveAsCurrent: isSelected ?? false);
|
editingNode: editingNode, saveAsCurrent: isSelected ?? false);
|
||||||
Navigator.of(context).pop();
|
if (context.mounted) {
|
||||||
|
Navigator.of(context).pop();
|
||||||
|
}
|
||||||
},
|
},
|
||||||
text: S.of(context).save,
|
text: S.of(context).save,
|
||||||
color: Theme.of(context).primaryColor,
|
color: Theme.of(context).primaryColor,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue