You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 text was updated successfully, but these errors were encountered:
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
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 text was updated successfully, but these errors were encountered: