chahine / pageindicator

An Instagram like page indicator compatible with RecyclerView and ViewPager.
MIT License
279 stars 42 forks source link

Possible crash when saving state #12

Closed tevjef closed 6 years ago

tevjef commented 6 years ago

Consider adding @JvmField and JvmStatic the CREATOR field. Or consider using a data class.

+    @JvmField
+    @JvmStatic
     val CREATOR: Parcelable.Creator<SavedState> = object : Parcelable.Creator<SavedState> {