mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-23 18:30:20 +01:00
Fix issues with jumpToMessage behavior.
This commit is contained in:
@@ -127,6 +127,7 @@ public class SnapToTopDataObserver extends RecyclerView.AdapterDataObserver {
|
||||
}
|
||||
|
||||
if (layoutManager.findFirstVisibleItemPosition() == 0) {
|
||||
Log.d(TAG, "Scrolling to top.");
|
||||
scrollToTop.scrollToTop();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user