Fix crash on NTP
The problem was that we were handing the same view to RecyclerView multiple times. We already wrap views in parent views before handing them off to the recycler view. The fix is to always wrap the child in a new parent. Bug: 1131975 Change-Id: I6f1a92e3d8201d4395d9c5208d8289e961f450b3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2436420 Commit-Queue: Dan H <harringtond@chromium.org> Reviewed-by:Cathy Li <chili@chromium.org> Cr-Commit-Position: refs/heads/master@{#812978}
Showing
Please register or sign in to comment