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

ListView requestLayout() improperly #741

Open
coralfanny opened this issue Dec 18, 2015 · 1 comment
Open

ListView requestLayout() improperly #741

coralfanny opened this issue Dec 18, 2015 · 1 comment

Comments

@coralfanny
Copy link

Hi,

I'm using SlidingMenu in my project, and I met an error like this:
"requestLayout() improperly called by android.widget.ListView{425db7e0 VFED.VC. ......ID 0,0-624,1230 #102000a android:id/list} during layout: running second layout pass"

I searched and see this kind of error might relate to list view fastscroll feature or dynamic layout conflicting, but I can't find out where is the root of this one.

Can someone help?

Thanks very much.

@theBlbDan
Copy link

You probably already ran across this, but https://stackoverflow.com/a/24756631/3966095
You'll need to find cases where you are touching the view and it either has not been created yet, or it has already been destroyed.

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

2 participants