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 067295b commit 9e243b7Copy full SHA for 9e243b7
lib/headlines-search/view/headlines_search_page.dart
@@ -198,7 +198,6 @@ class _HeadlinesSearchViewState extends State<_HeadlinesSearchView> {
198
: headlines.isEmpty
199
? FailureStateWidget(
200
message: '${l10n.headlinesSearchNoResultsHeadline}\n${l10n.headlinesSearchNoResultsSubheadline}',
201
- onRetry: null, // No retry/clear button for empty search results
202
)
203
// Display the list of headlines
204
: ListView.builder(
0 commit comments