Fix issues with jumpToMessage behavior.

This commit is contained in:
Greyson Parrelli
2020-12-07 22:40:43 -05:00
parent c3d7b88cf6
commit c7585c5594
2 changed files with 2 additions and 1 deletions

View File

@@ -127,6 +127,7 @@ public class SnapToTopDataObserver extends RecyclerView.AdapterDataObserver {
}
if (layoutManager.findFirstVisibleItemPosition() == 0) {
Log.d(TAG, "Scrolling to top.");
scrollToTop.scrollToTop();
}
}