| Index: ios/chrome/browser/ui/content_suggestions/content_suggestions_collection_updater.mm
|
| diff --git a/ios/chrome/browser/ui/content_suggestions/content_suggestions_collection_updater.mm b/ios/chrome/browser/ui/content_suggestions/content_suggestions_collection_updater.mm
|
| index 566ce95cad4da6e50cc0d1e3818eb568fc34fbce..ff70600fea9fc9af4d961de720161567e8adec49 100644
|
| --- a/ios/chrome/browser/ui/content_suggestions/content_suggestions_collection_updater.mm
|
| +++ b/ios/chrome/browser/ui/content_suggestions/content_suggestions_collection_updater.mm
|
| @@ -274,7 +274,7 @@ SectionIdentifier SectionIdentifierForInfo(
|
| [[ContentSuggestionsReadingListItem alloc]
|
| initWithType:ItemTypeReadingList
|
| url:suggestion.url
|
| - distillationState:ReadingListEntry::PROCESSING];
|
| + distillationState:ReadingListUIDistillationStatusPending];
|
| readingListItem.title = suggestion.title;
|
| readingListItem.subtitle = suggestion.publisher;
|
|
|
|
|