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 9e243b7 commit 926f281Copy full SHA for 926f281
lib/account/view/content_preferences_page.dart
@@ -234,9 +234,7 @@ class ContentPreferencesPage extends StatelessWidget {
234
ElevatedButton.icon(
235
icon: const Icon(Icons.add_circle_outline),
236
label: Text(l10n.headlinesFeedFilterEventCountryLabel), // "Country"
237
- // onPressed: () {
238
- // context.goNamed(Routes.feedFilterCountriesName);
239
- // }, // TODO: Implement new navigation/management for followed countries
+ onPressed: null, // TODO: Implement new navigation/management for followed countries
240
),
241
],
242
);
0 commit comments