Fix issue #685 - Bouncing Timeline on refresh

maths
Thomas 2 years ago
parent e7c3f04fd0
commit 4b1792040e

@ -489,10 +489,9 @@ public class FragmentMastodonTimeline extends Fragment implements StatusAdapter.
flagLoading = true;
}
if (direction == DIRECTION.SCROLL_TOP) {
binding.recyclerView.scrollToPosition(0);
new Handler().postDelayed(() -> binding.recyclerView.scrollToPosition(0), 200);
}
}
/**

Loading…
Cancel
Save