tommybuonomo / dotsindicator

Three material Dots Indicators for view pagers in Android !
Apache License 2.0
3.41k stars 350 forks source link

DotsGradientDrawable Nullpointer exception #169

Open yungu-kang opened 1 year ago

yungu-kang commented 1 year ago

Hi. I am using this library version 4.3. using it well. thanks.

But there is one problem. error logs are being captured in the app I released.


Fatal Exception: java.lang.NullPointerException null cannot be cast to non-null type com.tbuonomo.viewpagerdotsindicator.DotsGradientDrawable com.tbuonomo.viewpagerdotsindicator.DotsIndicator$buildOnPageChangedListener$1.onPageScrolled$viewpagerdotsindicator_release (DotsIndicator.kt:140)

I think.. the background is nullable property, the error occurred while forcibly converting it to a nonnull type. Can you help me?