twotoasters / JazzyListView

Apache License 2.0
937 stars 311 forks source link

Footer not working? #22

Open ghost opened 10 years ago

ghost commented 10 years ago

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?

jbarr21 commented 9 years ago

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