daimajia / AndroidSwipeLayout

The Most Powerful Swipe Layout!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Call fillValues before generateView for hide rows

terranology opened this issue · comments

I'm using a dynamic ListView. When I add some rows to the ListView and some of them are hidden, when scroll to show them, the adapter calls fillValues for a position that has not called generateView.

Thanks in advance

Did you solve problem ?