-
Peter Kotwicz authored
This CL renames RecyclerViews which set RecyclerView#setHasFixedSize(true) to suppress the InvalidSetHasFixedSize lint error. The lint error is thrown because the lint check gets confused when multiple RecyclerViews have the same id. I have looked and it does not seem possible to write a 100% accurate lint check or errorprone check. The lint check should be enabled because it caught a real bug https://chromium-review.googlesource.com/c/chromium/src/+/2559556 BUG=1064277 Change-Id: I38420437ca81bd5b127bd8d456b67612be3ff713 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2563866 Commit-Queue: Peter Kotwicz <pkotwicz@chromium.org> Reviewed-by:
Theresa <twellington@chromium.org> Reviewed-by:
Peter Wen <wnwen@chromium.org> Cr-Commit-Position: refs/heads/master@{#832603}
47613fcb