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 6ffb820 commit 2b0535eCopy full SHA for 2b0535e
lib/app/view/app.dart
@@ -139,6 +139,7 @@ class App extends StatelessWidget {
139
headlinesFilterBloc: context.read<HeadlinesFilterBloc>(),
140
topicsFilterBloc: context.read<TopicsFilterBloc>(),
141
sourcesFilterBloc: context.read<SourcesFilterBloc>(),
142
+ pendingDeletionsService: context.read<PendingDeletionsService>(),
143
),
144
145
BlocProvider(
0 commit comments