mirror of
https://github.com/iSoron/uhabits.git
synced 2025-12-06 01:08:50 -06:00
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user