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> {
90
90
style: textTheme.titleLarge? .copyWith (fontWeight: FontWeight .bold),
91
91
),
92
92
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
+ // ),
102
102
BlocBuilder <HeadlinesFeedBloc , HeadlinesFeedState >(
103
103
builder: (context, state) {
104
104
var isFilterApplied = false ;
You can’t perform that action at this time.
0 commit comments