1
0
mirror of https://github.com/tuskyapp/Tusky synced 2025-02-04 10:57:53 +01:00
Konrad Pozniak 0483440381
fix timeline jumping (#4471)
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.
2024-05-31 13:41:22 +02:00
..
2024-05-31 13:41:22 +02:00