Fix IllegalStateException in androidx.customview.view

Fixes #906
This commit is contained in:
2021-05-22 12:53:03 -05:00
parent 0a91c097e8
commit 38d2606d6d
2 changed files with 4 additions and 3 deletions

View File

@@ -41,7 +41,7 @@ class BundleSavedState : AbsSavedState {
}
companion object {
val CREATOR: Parcelable.Creator<BundleSavedState> =
@JvmField val CREATOR: Parcelable.Creator<BundleSavedState> =
object : ClassLoaderCreator<BundleSavedState> {
override fun createFromParcel(
source: Parcel,