File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed
Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -90,15 +90,15 @@ class _HeadlinesFeedPageState extends State<HeadlinesFeedPage> {
9090 style: textTheme.titleLarge? .copyWith (fontWeight: FontWeight .bold),
9191 ),
9292 actions: [
93- IconButton (
94- icon: const Icon (Icons .notifications_outlined),
95- tooltip: l10n.notificationsTooltip, // Add tooltip for accessibility
96- onPressed: () {
97- context.goNamed (
98- Routes .notificationsName,
99- ); // Ensure correct route name
100- },
101- ),
93+ // IconButton(
94+ // icon: const Icon(Icons.notifications_outlined),
95+ // tooltip: l10n.notificationsTooltip, // Add tooltip for accessibility
96+ // onPressed: () {
97+ // context.goNamed(
98+ // Routes.notificationsName,
99+ // ); // Ensure correct route name
100+ // },
101+ // ),
102102 BlocBuilder <HeadlinesFeedBloc , HeadlinesFeedState >(
103103 builder: (context, state) {
104104 var isFilterApplied = false ;
You can’t perform that action at this time.
0 commit comments