We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
slider.removeAllItems () only removes PrimaryDrawerItems, but I need everything to be cleared, even stickyDrawerItems
The text was updated successfully, but these errors were encountered:
We will add more convenient methods via: #2560
Sorry, something went wrong.
Thanks! But what should I do now? Can you tell me how to remove stickydraweritems separately?
Sadly this was missed out and is not yet available in the current pre release.
there is only 1 workaround possible :/
sliderView.apply { stickyFooterDivider = false stickyDrawerItems.clear() }
(note the apply, and the setting the divider to false or true is needed)
Thank you very much! It helps me! Thanks for such a wonderful library!
cb827a0
mikepenz
No branches or pull requests
slider.removeAllItems () only removes PrimaryDrawerItems, but I need everything to be cleared, even stickyDrawerItems
The text was updated successfully, but these errors were encountered: