Set 0 as default value for converter
This commit is contained in:
parent
754fcb7f3f
commit
70a79a063c
|
@ -55,7 +55,7 @@ class ConverterView @JvmOverloads constructor(
|
||||||
topUnit = converter.defaultTopUnit
|
topUnit = converter.defaultTopUnit
|
||||||
bottomUnit = converter.defaultBottomUnit
|
bottomUnit = converter.defaultBottomUnit
|
||||||
|
|
||||||
binding.topUnitText.text = "1"
|
binding.topUnitText.text = "0"
|
||||||
updateBottomValue()
|
updateBottomValue()
|
||||||
updateUnitLabels()
|
updateUnitLabels()
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue