Set 0 as default value for converter

This commit is contained in:
Ensar Sarajčić 2023-09-12 12:06:33 +02:00
parent 754fcb7f3f
commit 70a79a063c

View file

@ -55,7 +55,7 @@ class ConverterView @JvmOverloads constructor(
topUnit = converter.defaultTopUnit
bottomUnit = converter.defaultBottomUnit
binding.topUnitText.text = "1"
binding.topUnitText.text = "0"
updateBottomValue()
updateUnitLabels()
}