therealshabi / AutoImageFlipper

Auto Scrolling Image Pager with Pager Indicator and Text
Apache License 2.0
106 stars 25 forks source link

Parameter specified as non-null is null: method kotlin.jvm.internal.Intrinsics.checkParameterIsNotNull #41

Closed ramya2344 closed 3 years ago

ramya2344 commented 4 years ago

Getting this issue when i have used in Fragment - java

java.lang.IllegalArgumentException: Parameter specified as non-null is null: method kotlin.jvm.internal.Intrinsics.checkParameterIsNotNull, parameter context at technolifestyle.com.imageslider.FlipperView.(Unknown Source:2)

therealshabi commented 4 years ago

Hey @ramya2344

Probably the context you're passing in FlipperView is null, that's why this error is thrown. Can you please ensure that the context for your FlipperView is non null?

ramya2344 commented 4 years ago

Hi therealshabi , I have checked again. It's working. Thank you.