lucasr / twoway-view

[DEPRECATED] RecyclerView made simple
5.23k stars 1.02k forks source link

scrollToPosition not works properly. #200

Closed DJOxid closed 9 years ago

DJOxid commented 9 years ago

Sometimes scrolling not works. Tested with StaggeredLayoutManager. Steps to reproduce:

  1. Many items for scroll in 3+ screens.
  2. Change item and move it (They should move to first position).
  3. Call scrollToPosition/smoothScrollToPosition.
  4. You can notice that list scrolled to position another that needed.

Reproduced in ~20% situations.


Resolved.