Skip to content

Commit 926f281

Browse files
committed
fix(preferences): disable country filter button
1 parent 9e243b7 commit 926f281

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

lib/account/view/content_preferences_page.dart

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -234,9 +234,7 @@ class ContentPreferencesPage extends StatelessWidget {
234234
ElevatedButton.icon(
235235
icon: const Icon(Icons.add_circle_outline),
236236
label: Text(l10n.headlinesFeedFilterEventCountryLabel), // "Country"
237-
// onPressed: () {
238-
// context.goNamed(Routes.feedFilterCountriesName);
239-
// }, // TODO: Implement new navigation/management for followed countries
237+
onPressed: null, // TODO: Implement new navigation/management for followed countries
240238
),
241239
],
242240
);

0 commit comments

Comments
 (0)