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 26c3e00 commit 0c055e7Copy full SHA for 0c055e7
lib/headlines-feed/bloc/headlines_filter_bloc.dart
@@ -69,9 +69,11 @@ class HeadlinesFilterBloc
69
70
try {
71
final allTopicsResponse = await _topicsRepository.readAll(
72
+ filter: {'status': ContentStatus.active.name},
73
sort: [const SortOption('name', SortOrder.asc)],
74
);
75
final allSourcesResponse = await _sourcesRepository.readAll(
76
77
78
79
final allCountriesResponse = await _countriesRepository.readAll(
0 commit comments