Save node on continue
OmarHatem committed
Nov 9, 2022 at 19:40 UTC
ec10732eda3296cd4878bd94b02e8df8f2f87c2c
1 file changed
+3
-1
lib/src/screens/new_wallet/advanced_privacy_settings_page.dart
+3
-1
@@ -82,7 +82,9 @@ class _AdvancedPrivacySettingsBodyState
82
bottomSection: Column(
83
children: [
84
LoadingPrimaryButton(
85
- onPressed: () {},
85
+ onPressed: () {
86
+ nodeViewModel.save();
87
+ },
88
text: S.of(context).continue_text,
89
color: Theme.of(context).accentTextTheme.bodyText1!.color!,
90
textColor: Colors.white,