sergejsha / pinned-section-listview

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

Broken painted title for the first visible pinned item #9

Closed alexkazakov closed 11 years ago

alexkazakov commented 11 years ago

To reproduce bug just simply fast scroll down-up-down.

http://screencast.com/t/1xIMxbk4Hh

sergejsha commented 11 years ago

Does it happen to the very first section only?

alexkazakov commented 11 years ago

Exactly. And only if I scroll list updown very fast. My device: s3 intl, jb 4.1.2 30.06.2013 1:38 пользователь "Sergej Shafarenka" notifications@github.com написал:

Does it happen to the very first section only?

— Reply to this email directly or view it on GitHubhttps://github.com/beworker/pinned-section-listview/issues/9#issuecomment-20233868 .

matthewrice345 commented 11 years ago

I can confirm this issue. Happens to me when I clear the adapter and set new content. The first item is still displaying from the previously cleared adapter.

sergejsha commented 11 years ago

@Pancake345 I have just pushed a fix. Does it works for you now? @alexkazakov I cannot reproduce this issue by simply scrolling down-up-down.

matthewrice345 commented 11 years ago

That fixed the issue for me. Thanks much!