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

Wrap Selector Wheel Setting Ignored #26

Closed
stephenmcbride opened this issue Dec 14, 2016 · 2 comments
Closed

Wrap Selector Wheel Setting Ignored #26

stephenmcbride opened this issue Dec 14, 2016 · 2 comments

Comments

@stephenmcbride
Copy link

When setting min/max values for the number picker, the global boolean for wrapping the selector wheel is overwritten by the following lines:
boolean wrapSelectorWheel = mMaxValue - mMinValue > mSelectorIndices.length; setWrapSelectorWheel(wrapSelectorWheel);

@ShawnLin013
Copy link
Owner

Please use setWrapSelectorWheel after setMinValue or setMaxValue.

@nevermore1488
Copy link

so the corresponding xml attribute is useless?

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

3 participants