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

ANR when wrap=false and wheelItemCount is set to >= 6 #37

Closed
PieterAelse opened this issue Feb 3, 2017 · 1 comment
Closed

ANR when wrap=false and wheelItemCount is set to >= 6 #37

PieterAelse opened this issue Feb 3, 2017 · 1 comment
Labels
bug Indicates an unexpected problem or unintended behavior.

Comments

@PieterAelse
Copy link

Steps to reproduce:

  • Checkout the sample
  • Open the layout file
  • Edit number_picker and set:
app:np_wheelItemCount="7"
app:np_wrapSelectorWheel="false"
  • Scroll to the bottom of the numberpicker, ANR will happen
  • ANR also happens when scrolling down and going back to top of numberpicker again

I wasn't able to get ANR with the value of 6 or lower.

@ShawnLin013 ShawnLin013 added the bug Indicates an unexpected problem or unintended behavior. label Feb 6, 2017
ShawnLin013 added a commit that referenced this issue Feb 8, 2017
@ShawnLin013
Copy link
Owner

Fixed at v2.4.2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Indicates an unexpected problem or unintended behavior.
Projects
None yet
Development

No branches or pull requests

2 participants