fix showing % in wizard dialog

This commit is contained in:
Milos Kozak 2019-09-15 10:57:37 +02:00
parent de5a41b196
commit bb41ee76d3

View file

@ -107,6 +107,7 @@ class WizardDialog : DialogFragment() {
?: 0.0, -60.0, 60.0, 5.0, DecimalFormat("0"), false, ok, textWatcher)
initDialog()
treatments_wizard_percent_used.text = SP.getInt(R.string.key_boluswizard_percentage, 100).toString() + "%"
// ok button
ok.setOnClickListener {
if (okClicked) {