You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: