Save node on continue

This commit is contained in:
OmarHatem 2022-11-09 19:40:12 +02:00
parent ba783982e4
commit ec10732eda

View file

@ -82,7 +82,9 @@ class _AdvancedPrivacySettingsBodyState
bottomSection: Column( bottomSection: Column(
children: [ children: [
LoadingPrimaryButton( LoadingPrimaryButton(
onPressed: () {}, onPressed: () {
nodeViewModel.save();
},
text: S.of(context).continue_text, text: S.of(context).continue_text,
color: Theme.of(context).accentTextTheme.bodyText1!.color!, color: Theme.of(context).accentTextTheme.bodyText1!.color!,
textColor: Colors.white, textColor: Colors.white,