snailmail123

Results 3 issues of snailmail123

I am not sure if this is intended or not, but I just copy and pasted your first example and the progress doesn't show unless I make it wrap_content. ![aa2](https://user-images.githubusercontent.com/27339162/84979852-4fbce400-b0e5-11ea-8a0c-572ad2da34f2.png)

Always getting this error when have 1 item in recycler, remove that item, and call adapter.notifyDataSetChanged() ``` java.lang.ArithmeticException: divide by zero at com.jackandphantom.carouselrecyclerview.CarouselLayoutManager.onSelectedCallback(CarouselLayoutManager.kt:641) at com.jackandphantom.carouselrecyclerview.CarouselLayoutManager.access$onSelectedCallback(CarouselLayoutManager.kt:17) at com.jackandphantom.carouselrecyclerview.CarouselLayoutManager$startScroll$2.onAnimationEnd(CarouselLayoutManager.kt:473) at android.animation.Animator$AnimatorListener.onAnimationEnd(Animator.java:554) at...

I've tried making a retrofit call to an API endpoint, but it's returning a ```400 error```, however my curl request is working perfectly fine. I can't seem to spot the...