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 511fc7d commit e9b79faCopy full SHA for e9b79fa
lib/settings/view/settings_page.dart
@@ -101,12 +101,12 @@ class SettingsPage extends StatelessWidget {
101
onTap: () => context.goNamed(Routes.settingsFeedName),
102
),
103
const Divider(indent: AppSpacing.lg, endIndent: AppSpacing.lg),
104
- _buildSettingsTile(
105
- context: context,
106
- icon: Icons.notifications_outlined,
107
- title: l10n.settingsNotificationsTitle, // Add l10n key
108
- onTap: () => context.goNamed(Routes.settingsNotificationsName),
109
- ),
+ // _buildSettingsTile(
+ // context: context,
+ // icon: Icons.notifications_outlined,
+ // title: l10n.settingsNotificationsTitle,
+ // onTap: () => context.goNamed(Routes.settingsNotificationsName),
+ // ),
110
],
111
);
112
},
0 commit comments