AndroidSwipeLayout
AndroidSwipeLayout copied to clipboard
Call fillValues before generateView for hide rows
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 ?