You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
` @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);
}`
The text was updated successfully, but these errors were encountered:
` @OverRide
public void setCurrentItem(final int item) {
setCurrentItem(item, true);
}
The text was updated successfully, but these errors were encountered: