Skip to content

setCurrentItem(item,false) not working #74

Description

@LinHuanTanLy

` @OverRide
public void setCurrentItem(final int item) {
setCurrentItem(item, true);
}

@Override
public void setCurrentItem(final int item, final boolean smoothScroll) {
    if (mInfiniteCycleManager != null)
        super.setCurrentItem(mInfiniteCycleManager.setCurrentItem(item), true);
}`

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions