commit | f5b584fe06ec8dff69327877fbefbe754c9f2a64 | [log] [tgz] |
---|---|---|
author | Cole Faust <[email protected]> | Thu Feb 11 11:33:55 2021 -0800 |
committer | Cole Faust <[email protected]> | Thu Feb 11 11:35:55 2021 -0800 |
tree | 640fe3620288e037861aa70ec6f471f3dd7dc4e3 | |
parent | 8f5031a5a89e4a8d5b9183ff758f3173e69eb485 [diff] |
DO NOT MERGE: Fix recycler view crash The RecyclerView attempted to install it's scrollbar every time onAttachedToWindow() was called. The second time it was called, the recyclerview would crash because it attempted to add it's container view to the parent view a second time. Bug: 179712904 Test: Manually (Remove distractionOptimized from showcase app, then drive and park the car) Change-Id: I8431cc3e64683b7abba64df03ffd9275007d0171