| 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 c87d9bf8854e1189dde65d5d545d71d8682e5b14..c1400696c409c0d1348e2ac8e14eb81a2bccf11b 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
|
| @@ -279,7 +279,7 @@ SectionIdentifier SectionIdentifierForInfo(
|
| [[ContentSuggestionsReadingListItem alloc]
|
| initWithType:ItemTypeReadingList
|
| url:suggestion.url
|
| - distillationState:ReadingListUIDistillationStatusPending];
|
| + distillationState:suggestion.readingListExtra.status];
|
| readingListItem.title = suggestion.title;
|
| readingListItem.subtitle = suggestion.publisher;
|
|
|
|
|