We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97c076f commit 3f8d7a0Copy full SHA for 3f8d7a0
1 file changed
app/src/main/kotlin/com/simplemobiletools/draw/models/MyParcelable.kt
@@ -31,6 +31,7 @@ internal class MyParcelable : View.BaseSavedState {
31
}
32
33
companion object {
34
+ @JvmField
35
val CREATOR: Parcelable.Creator<MyParcelable> = object : Parcelable.Creator<MyParcelable> {
36
override fun createFromParcel(source: Parcel) = MyParcelable(source)
37
0 commit comments