commit | 2e77ca33cc242ec5750cfc11824c215f8d7ffc22 | [log] [tgz] |
---|---|---|
author | Yigit Boyar <yboyar@google.com> | Mon Feb 29 09:57:26 2016 -0800 |
committer | Yigit Boyar <yboyar@google.com> | Mon Feb 29 10:06:55 2016 -0800 |
tree | ef87ef03b29edc6f863226a7df84586c804a0cb3 | |
parent | 0960724273891c9f7a9e2f2f6397c0389747b36e [diff] |
Make RecyclerView's adapter lock less strict RecyclerView does not allow adapter changes while it is calculating a layout or scroll. This CL reduces the lockdown period, allowing adapter changes when scroll callback is called. Bug: 27406179 Change-Id: Ib4c9660b74a935ee86a1e74cc9a90a917567cce2