Thomas HERBETH

Results 3 comments of Thomas HERBETH

`findFirstCompletelyVisibleItemPosition` is interesting. The only drawback I see is it would never be able to see the last element (e.g. let's say the end of my list is "W, W,...

More info: removing the lines in `FlexboxHelper.java` works because all the items are inflated immediately, which defeats the whole purpose of the RecyclerView. This doesn't look like a solution. Also,...

I still have this issue with v1.0.0. Either items are not showing with `setNestedScrolingEnabled(false)`, or the RecyclerView scrolls on its own with `setNestedScrolingEnabled(true)` (see @syde0 's gif). A workaround may...