| Index: ios/chrome/browser/ui/content_suggestions/cells/content_suggestions_cell.mm
|
| diff --git a/ios/chrome/browser/ui/content_suggestions/cells/content_suggestions_cell.mm b/ios/chrome/browser/ui/content_suggestions/cells/content_suggestions_cell.mm
|
| index bf407ab379fe7bb928bd927903ceaeec44e67fe4..40e4a33be23aa4f26318b86d06a5ccabf4256fc8 100644
|
| --- a/ios/chrome/browser/ui/content_suggestions/cells/content_suggestions_cell.mm
|
| +++ b/ios/chrome/browser/ui/content_suggestions/cells/content_suggestions_cell.mm
|
| @@ -212,7 +212,9 @@ const CGFloat kAnimationDuration = 0.3;
|
| #pragma mark - UICollectionViewCell
|
|
|
| - (void)prepareForReuse {
|
| - self.contentImageView.hidden = YES;
|
| + self.titleLabel.text = nil;
|
| + [self setSubtitleText:nil];
|
| + self.displayImage = NO;
|
| }
|
|
|
| #pragma mark - UIView
|
|
|