mirror of
https://github.com/tuskyapp/Tusky
synced 2025-02-04 10:57:53 +01:00
0483440381
Two things changed here: The check for `positionStart`only in `onItemRangeInserted` is not always correct - we only want to jump up when something is inserted at the top, if we already are at the top. `enablePlaceholders = false` has unintended side effects - the recyclerview adapter sometimes receives an "onItemRangeRemoved" followed by an "onItemRangeInserted", instead of just "onItemRangeChanged". Together they should make sure the timelines stay were they are.