fix issue where scrolling wont stop after jumping to top
This commit is contained in:
parent
98b652b7a1
commit
720f7c6a0c
1 changed files with 1 additions and 0 deletions
|
@ -527,6 +527,7 @@ public class TimelineFragment extends SFragment implements
|
|||
|
||||
private void jumpToTop() {
|
||||
layoutManager.scrollToPosition(0);
|
||||
recyclerView.stopScroll();
|
||||
scrollListener.reset();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue