fix showing % in wizard dialog
This commit is contained in:
parent
de5a41b196
commit
bb41ee76d3
1 changed files with 1 additions and 0 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue