boswelja / Ephemeris

The flexible Android calendar library!
MIT License
10 stars 3 forks source link

RecyclerView does not support scrolling to an absolute position. Use scrollToPosition instead #101

Open boswelja opened 2 years ago

boswelja commented 2 years ago

Describe the bug When scrolling the calendar view, Logcat is spammed with RecyclerView does not support scrolling to an absolute position. Use scrollToPosition instead

This appears to be caused by the fact we're using animateLayoutChanges to handle height changes.

Expected behavior No log spam of RecyclerView warnings

Environment

boswelja commented 2 years ago

Moving this out of 1.0 release. It's a warning, but fixing it requires (potentially) complex animation work