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
My app is crashing when scrolling to the limits (end or to the start). Version 1.1.1.
Logcat is showing this Exception:
java.lang.NullPointerException: Attempt to invoke virtual method 'void android.widget.EdgeEffect.onAbsorb(int)' on a null object reference
at com.wefika.horizontalpicker.HorizontalPicker.computeScrollX(HorizontalPicker.java:806)
at com.wefika.horizontalpicker.HorizontalPicker.computeScroll(HorizontalPicker.java:629)
My app is crashing when scrolling to the limits (end or to the start). Version 1.1.1.
Logcat is showing this Exception:
This is how I put HorizontalPicker in the layout:
And this is how I initialize it in my Activity:
What am I doing wrong?
Thanks in advance
The text was updated successfully, but these errors were encountered: