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
2 files changed