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

First section without any row items #22

Open
AustrianDudes opened this issue Sep 2, 2014 · 1 comment
Open

First section without any row items #22

AustrianDudes opened this issue Sep 2, 2014 · 1 comment
Labels

Comments

@AustrianDudes
Copy link

Thanks for the Fix #9 Tokou. Unfortunately I am still experiencing some issues if the FIRST section has no rows. In this case the second section header is displayed twice as soon as I scroll down the list. From what I understand, this behaviour does not occur if I disable the changes from Fix #21 .

@tokou tokou added the bug label Nov 6, 2014
@vincentthai22
Copy link

vincentthai22 commented May 17, 2017

Hello AustrianDudes I have been having the same issues as you have and disabling the changes in fix#21 leads to another bug where the first section header at index 0 takes the place of the header at index 1. Instead of removing the changes from fix#21 you should modify the changes in fix#9

Change this block here:

else if ((currIsHeader && firstVisibleItem > 0) || needScrolling) {

TO:

else if ((currIsHeader && realFirstVisibleItem > 0) || needScrolling) {

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

No branches or pull requests

3 participants