-
Notifications
You must be signed in to change notification settings - Fork 88
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
Crash on StickyLayoutManager.onLayoutChildren #67
Comments
Some additional context, the layout in question contains one |
So the layout for the Fragment that contains the RecyclerViews is:
? |
Sort of. I'm defining the RecyclerViews in separate layouts and including them, and the second RecyclerView layout is more complex, but that one is not the one with sticky headers. Here's a little more detail on the layout hierarchy:
and then list_1, which is the one with sticky headers, looks like:
and list_2, (no sticky headers) looks like
|
The text was updated successfully, but these errors were encountered: