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

getChildAt(position) null pointer exception #160

Open
dslak opened this issue Jul 23, 2017 · 0 comments
Open

getChildAt(position) null pointer exception #160

dslak opened this issue Jul 23, 2017 · 0 comments

Comments

@dslak
Copy link

dslak commented Jul 23, 2017

If I try to change (in custom listView) TextView bg color using myListView.getChildAt(position) I get NullPointerException on position greater than 10.

Also position lower than 10 bg color is applied to all items + 10
IE: if the position in 3, the bg color is applied on items 3, 13, 23, 33, etc...

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

1 participant