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

defaultDivider gone in rc3 #475

Closed
10erlosh opened this issue Oct 23, 2017 · 1 comment
Closed

defaultDivider gone in rc3 #475

10erlosh opened this issue Oct 23, 2017 · 1 comment

Comments

@10erlosh
Copy link

When moving from rc2 to rc3 the default item divider is no longer visible.
Previously working code:

// setup itemDecoration
recyclerView.addItemDecoration(new FlexibleItemDecoration(activity)
                .withDefaultDivider()
        // ...
);
@davideas davideas added the bug label Oct 23, 2017
@davideas
Copy link
Owner

davideas commented Oct 23, 2017

Thanks @10erlosh!! I completely forgot to mention it, and I didn't see the bug before.
Now #442 is in the release notes of RC3.

The fix will be published for final release, in the meantime if you want any divider (custom or default) you must specifies the viewTypes, for which you want it drawn, as parameter. That works.

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