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

DoubleHeaderDecoration does not render header+subheader if headerId is different but subheaderId is the same #78

Open
Zhuinden opened this issue Jul 12, 2017 · 0 comments

Comments

@Zhuinden
Copy link

Zhuinden commented Jul 12, 2017

We had a header that is DATE and a subheader that is a PLACE_ID (long), and if PLACE_ID == PLACE_ID for two elements, but their headerId is different, then the header and subheader are not rendered and the two categories are merged.

I solved this issue by using header + subHeader (so date.getTime() + placeId) as the subHeaderId instead.

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

1 participant