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 6cd8fe0 commit 08d9a78Copy full SHA for 08d9a78
lib/headlines-feed/view/headlines_filter_page.dart
@@ -429,19 +429,6 @@ class _HeadlinesFilterPageState extends State<HeadlinesFilterPage> {
429
}
430
},
431
),
432
- _buildFilterTile(
433
- context: context,
434
- title: l10n.headlinesFeedFilterSourceCountryLabel,
435
- enabled: !_useFollowedFilters && !_isLoadingFollowedFilters,
436
- selectedCount: _tempSelectedSourceCountries.length,
437
- routeName: Routes.feedFilterSourceCountriesName,
438
- currentSelectionData: _tempSelectedSourceCountries,
439
- onResult: (result) {
440
- if (result is List<Country>) {
441
- setState(() => _tempSelectedSourceCountries = result);
442
- }
443
- },
444
- ),
445
],
446
447
);
0 commit comments