Open
Description
Issues and steps to reproduce
- Create a
FlexboxLayoutManager
withalignItems =
AlignItems.BASELINE` - Use it on a
RecyclerView
that needs to wrap at least one line. - Repeatedly call
notifyDatasetChanged()
Expected behavior
Just calling notifyDatasetChanged()
should do nothing if none of the data changes.
Instead, the views keep moving around!
Version of the flexbox library
0.3.1