Skip to content

Small bug on computeScroll() #10

@vhpgomes

Description

@vhpgomes

There's a small bug in the computeScroll() method, line 1576:

if (!pageScrolled(x)) {

should be:

if (!pageScrolled(y)) {

since this is a vertical pager ;)

this bug results in some wrong values being passed to the 'onPageScrolled' method of listeners in a few cases.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions