Darlan de Moraes Silveira
Darlan de Moraes Silveira
I've done a workaround, ugly but works. Please see: https://github.com/daimajia/AndroidImageSlider/issues/262
It seems that using custom indicator leads to problem. At this time, i'm using this workaround. ``` try { Class c = mCustomIdicator.getClass(); Field f = c.getDeclaredField("mPreviousSelectedPosition"); f.setAccessible(true); f.setInt(mCustomIdicator, -1);...
I am getting the same error as well. I see the same problem on Mac OS and Linux.