Bolus wizard show no action dialog
This commit is contained in:
parent
43619b32f3
commit
6d9a6eb29f
1 changed files with 2 additions and 0 deletions
|
@ -347,6 +347,8 @@ class BolusWizard @Inject constructor(
|
||||||
)
|
)
|
||||||
else
|
else
|
||||||
commonProcessing(ctx)
|
commonProcessing(ctx)
|
||||||
|
} else {
|
||||||
|
OKDialog.show(ctx, rh.gs(R.string.boluswizard), rh.gs(R.string.no_action_selected))
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue