Fix IllegalStateException in androidx.customview.view

Fixes #906
pull/933/head
Alinson S. Xavier 4 years ago
parent 0a91c097e8
commit 38d2606d6d
No known key found for this signature in database
GPG Key ID: DCA0DAD4D2F58624

@ -3,9 +3,10 @@
## [2.0.2] - Unreleased
### Fixed
- Fix crash caused by numerical habits with zero target (#903)
- Fix small issues with font size
- Fix crash caused by numerical habits with zero target (@iSoron, #903)
- Fix small issues with font size (@iSoron)
- Allow fractional target values (@sumanabhi, #911)
- Fix IllegalStateException in androidx.customview.view (@iSoron, #906)
## [2.0.1] - 2021-05-09

@ -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,

Loading…
Cancel
Save