commit | ced5b489b18e8458c2c6a02a483b854ae76f6062 | [log] [tgz] |
---|---|---|
author | Chris Banes <chrisbanes@google.com> | Wed Aug 17 11:30:07 2016 +0100 |
committer | Chris Banes <chrisbanes@google.com> | Wed Sep 07 09:32:19 2016 +0000 |
tree | d5ffbeac1bc24644fa4d9eabc0ca1947a914d92e | |
parent | ec60546a8c698aae22ef943f681a6ee51f5249ab [diff] |
Fix IOOBE due to internal list being updated from remove This CL removes all prepareChildren(), leaving only the one in onMeasure(). This makes the state more stable since we will only update it within a layout pass. This also reduces any unnecessary work. BUG: 30252077 BUG: 31303652 Change-Id: Ibd00a3c3ede1dd654b0ed6d1d8d8d1c8da94e57a (cherry picked from commit 2f517207503fdffbcf930584a37b4a03392755d6)