Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

logcat going nuts #8

Open
sofakingforever opened this issue Apr 21, 2017 · 3 comments
Open

logcat going nuts #8

sofakingforever opened this issue Apr 21, 2017 · 3 comments

Comments

@sofakingforever
Copy link

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"

@sofakingforever
Copy link
Author

Looking at the code, it seems like while SCROLL_STATE_IDLE, it will try to smoothScrollToPosition again.

@Dan-TD
Copy link
Owner

Dan-TD commented Jul 3, 2017

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?

@zxyufan
Copy link

zxyufan commented Nov 21, 2020

SmoothScroller instance is supposed to be used for only once, next time scroll to another position you need to create a new scroller.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants