Bolus wizard show no action dialog

This commit is contained in:
Andries Smit 2022-01-31 22:47:20 +01:00
parent 43619b32f3
commit 6d9a6eb29f

View file

@ -347,6 +347,8 @@ class BolusWizard @Inject constructor(
)
else
commonProcessing(ctx)
} else {
OKDialog.show(ctx, rh.gs(R.string.boluswizard), rh.gs(R.string.no_action_selected))
}
}