Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sticky Index Overlaps on refreshing Indexes #17

Open
meethdjain opened this issue Apr 23, 2018 · 2 comments
Open

Sticky Index Overlaps on refreshing Indexes #17

meethdjain opened this issue Apr 23, 2018 · 2 comments

Comments

@meethdjain
Copy link

Hi @edsilfer

The previous index overlaps the newindex on calling stickyIndex.refresh(indexes);
It previous index hides when I scroll the list. Am I doing anything wrong here.

Note : I've only used the StickIndex in my implementation & not used the Fast Scroller.

PFA Screenshot

device-2018-04-23-203450

@edsilfer
Copy link
Owner

edsilfer commented Apr 24, 2018

@meethdjain can you please check these conditions:

  1. check if indexes has the same number of elements as the list of countries being displayed;
  2. check if indexes is in the same order as the list of countries being displayed;

If the conditions above are met, could you please:

  • setup a repo where the issue is reproducible
  • update the issue with the link for the repo;

Once I have that I'll help you debug it and provide fixes if needed.

@edsilfer
Copy link
Owner

Ping @meethdjain

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants