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