renefloor / side_header_list_view

Listview with sticky headers like the Android contact page

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Last item header

toregua opened this issue · comments

First thank you very much for your nice component :)

I have tried to use it with success but if the last item have a different header from the previous header, the last header is not showed.

Just do that to reproduce :

 hasSameHeader: (int a, int b) {
                      return false;
                  },

with each item having a different header

Thank you toregua for reporting this issue. I will look at that next week.

I just made a release with a fix for this issue. This is solved in 8f6c0f5 and released in 0.0.2

Nice job thank you very much. I thnking about making a pull-request about add availibity to add infinite scroll callback function soon ;)

Nice. I am looking forward to your pull request.