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

An error comparion in HListView.java's scrollListItemsBy #81

Open
xzstar opened this issue Jul 8, 2014 · 1 comment
Open

An error comparion in HListView.java's scrollListItemsBy #81

xzstar opened this issue Jul 8, 2014 · 1 comment

Comments

@xzstar
Copy link

xzstar commented Jul 8, 2014

// may have brought in the last child of the list that is skinnier
// than the fading edge, thereby leaving space at the end. need
// to shift back
if ( last.getBottom() < listRight ) {
offsetChildrenLeftAndRight( listRight - last.getRight() );
}

I think it should be "if ( last.getRight() < listRight )"

@initialjie
Copy link

agree. I also found it.

@xzstar xzstar changed the title A error comparion in HListView.java's scrollListItemsBy An error comparion in HListView.java's scrollListItemsBy Jul 9, 2014
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