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