[ios] Fixes feed refresh after FeedVC was replaced.
When setting a new DiscoverFeedVC calling reloadData would sometimes not actually reload the Feed. Taking a look at a similar method I realized that there's a bug and workaround for that, which I added to our DiscoverFeedVC setter Here's where the workaround is also being used: https://source.chromium.org/chromium/chromium/src/+/master:ios/chrome/browser/ui/content_suggestions/content_suggestions_mediator.mm;l=504 Bug: 1085419 Change-Id: I9cf39edfe9da9006dc0b26bf1b27bb0f8c41d255 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2355439Reviewed-by:Ganggui Tang <gogerald@chromium.org> Commit-Queue: Sergio Collazos <sczs@chromium.org> Cr-Commit-Position: refs/heads/master@{#798625}
Showing
Please register or sign in to comment