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

5.0.0-rc2 StickyHeaderHelper BUG #395

Closed
pyt8756 opened this issue Jun 24, 2017 · 1 comment
Closed

5.0.0-rc2 StickyHeaderHelper BUG #395

pyt8756 opened this issue Jun 24, 2017 · 1 comment

Comments

@pyt8756
Copy link

pyt8756 commented Jun 24, 2017

StickyHeaderHelper 89 line ,
frameLayout.setLayoutParams(new ViewGroup.LayoutParams(width, height));
Lead to 261 line error ClassCastException,
ViewGroup.MarginLayoutParams params = (ViewGroup.MarginLayoutParams) mStickyHolderLayout.getLayoutParams();
No mistake after the change 89 line
frameLayout.setLayoutParams(new ViewGroup.MarginLayoutParams(width, height));

@davideas davideas added the bug label Jun 26, 2017
@davideas davideas added this to the 5.0.0-rc3 milestone Jun 26, 2017
@davideas
Copy link
Owner

Thanks @pyt8756, it will be available from next Snapshot and in RC3 release as well.

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

No branches or pull requests

2 participants