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
I found a mistake where variable 'smoothScroll' is not used but 'true' is passed to mInfiniteCycleManager.setCurrentItem
@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:
I found a mistake where variable 'smoothScroll' is not used but 'true' is passed to mInfiniteCycleManager.setCurrentItem
The text was updated successfully, but these errors were encountered: