Skip to content

setCurrentItem(item,false) not working #74

@LinHuanTanLy

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);
}`

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions