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
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: