sergejsha / pinned-section-listview

Easy to use ListView with pinned sections for Android.
2.59k stars 808 forks source link

patch a phantom crash on android 2.3, because of layout params #44

Closed heitara closed 10 years ago

heitara commented 10 years ago

This change fixes the problem when the layout params are not initialised properly on Android 2.3. It appears on some devices only.

sergejsha commented 10 years ago

Thanks for patch. Proposed code is already integrated.