yarolegovich / DiscreteScrollView

A scrollable list of items that centers the current element and provides easy-to-use APIs for cool item animations.
5.78k stars 782 forks source link

Fatal Exception: java.lang.IllegalArgumentException #203

Closed janvalji closed 3 years ago

janvalji commented 3 years ago

I keep getting this error. can you help me please? @yarolegovich

com.yarolegovich.discretescrollview.DiscreteScrollLayoutManager.checkTargetPosition (DiscreteScrollLayoutManager.java:742) com.yarolegovich.discretescrollview.DiscreteScrollLayoutManager.smoothScrollToPosition (DiscreteScrollLayoutManager.java:365)

My code:

public Runnable sliderRunnable = new Runnable() { @Override public void run() { discretescrollview.smoothScrollToPosition(discretescrollview.getCurrentItem() + 1); } };