jfeinstein10 / SlidingMenu

An Android library that allows you to easily create applications with slide-in menus. You may use it in your Android apps provided that you cite this project and include the license in your app. Thanks!
Apache License 2.0
11.08k stars 5.04k forks source link

ListView requestLayout() improperly #741

Open coralfanny opened 8 years ago

coralfanny commented 8 years ago

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 commented 8 years ago

You probably already ran across this, but http://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.