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 6d73e77 commit 5e929e0Copy full SHA for 5e929e0
lib/feature/presentation/page/setting/setting_page.dart
@@ -138,6 +138,9 @@ class _SettingPageState extends State<SettingPage> {
138
destinations: navigationRailDestinations,
139
selectedIndex: selectedIndexNavigationRail,
140
onDestinationSelected: (newValue) {
141
+ if (newValue == 0) {
142
+ doLoadUserSetting();
143
+ }
144
setState(() => selectedIndexNavigationRail = newValue);
145
},
146
extended: true,
0 commit comments