fix issue where scrolling wont stop after jumping to top

This commit is contained in:
Conny Duck 2018-03-17 19:46:01 +01:00
parent 98b652b7a1
commit 720f7c6a0c

View file

@ -527,6 +527,7 @@ public class TimelineFragment extends SFragment implements
private void jumpToTop() {
layoutManager.scrollToPosition(0);
recyclerView.stopScroll();
scrollListener.reset();
}