Skip to content

Commit e9b79fa

Browse files
committed
refactor: remove notifications setting tile
- Removed unused settings tile - Simplify settings page
1 parent 511fc7d commit e9b79fa

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

lib/settings/view/settings_page.dart

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -101,12 +101,12 @@ class SettingsPage extends StatelessWidget {
101101
onTap: () => context.goNamed(Routes.settingsFeedName),
102102
),
103103
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-
),
104+
// _buildSettingsTile(
105+
// context: context,
106+
// icon: Icons.notifications_outlined,
107+
// title: l10n.settingsNotificationsTitle,
108+
// onTap: () => context.goNamed(Routes.settingsNotificationsName),
109+
// ),
110110
],
111111
);
112112
},

0 commit comments

Comments
 (0)