Yalantis / Phoenix

Phoenix Pull-to-Refresh
https://yalantis.com/
Apache License 2.0
4.02k stars 920 forks source link

Recycler smoothScrollToPosition has a strange behavior #39

Open majidkabir opened 7 years ago

majidkabir commented 7 years ago

When I use Recycler in PullToRefresh, by calling smoothScrollToPosition(0) a strange behavior occurred. When Recycler is exactly at the top of the first cell, it scrolls to the bottom of it otherwise, it scrolls to the top of the first cell! It just happened when I use PullToRefresh!