UweTrottmann / SeriesGuide

Track your favorite TV shows and movies on Android devices.
https://seriesgui.de
Apache License 2.0
1.93k stars 399 forks source link

Calendar: enable placeholders to not re-set scroll position on refresh #993

Closed UweTrottmann closed 3 months ago

UweTrottmann commented 3 months ago

At the downside that the RecyclerView will know of all items and therefore the fast scroller is harder to use and will lag quite a bit when jumping far. Though slowly scrolling through items still works as expected.

If that will cause ANRs, think about removing the fast scroller or somehow adding a debounce when scrolling (likely requiring a lot of effort).