Dimibe/sticky_grouped_list

initialScrollIndex does not behave as expected

Andrey-K-Calven opened this issue · 0 comments

Index value passed to initialScrollIndex needs to be multiplied by 2 for initial scroll to start where expected. Presumably, this is because the normal index manipulation happening inside StickyGroupedListView are not applied to initialScrollIndex.