twotoasters/JazzyListView

Footer not working?

Opened this issue · 1 comments

I'm using JazzyListView with DobList. Apart from the following, I'm really happy with this combination.
For some reasons, DobLists loading footer doesn't appear at all.
The footer is added correctly by DobList (ListView.getFooterViewsCount() is increased by one after adding it).
It's set to be visible from the start of requesting more products to the time when the results arrive.
But it doesn't appear at all.
Could this be a bug in JazzyListView?

The footer is just treated as another view to animate. It will follow the same animation as every other list item. I just tried with a footer, and that was my experience. I'm not sure what DobList is doing differently