SnappyRecyclerView
SnappyRecyclerView copied to clipboard
logcat going nuts
Hi there, I'm trying the SnappyRecyclerView now, and the logcat seems to be printing an error every 40ms or so... " E/RecyclerView: Smooth Scroll action is being updated too frequently. Make sure you are not changing it unless necessary"
Looking at the code, it seems like while SCROLL_STATE_IDLE, it will try to smoothScrollToPosition again.
I actually did look in to this and forgot to write back to you, I didn't see this in the logs, could you tell me what device you saw this on?
SmoothScroller instance is supposed to be used for only once, next time scroll to another position you need to create a new scroller.