Merge pull request #2187 from twain47/notes-missing-from-wizard
Re-run calculateInsulin when OK is pressed
This commit is contained in:
commit
99e31cad9a
|
@ -114,6 +114,7 @@ class WizardDialog : DialogFragment() {
|
|||
log.debug("guarding: ok already clicked")
|
||||
} else {
|
||||
okClicked = true
|
||||
calculateInsulin()
|
||||
parentContext?.let { context ->
|
||||
wizard?.confirmAndExecute(context)
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue