Add beep in the end of canula insertion
This commit is contained in:
parent
86d6fbc615
commit
3aace47d57
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ public class InsertCannulaAction implements OmnipodAction<Void> {
|
||||||
|
|
||||||
if (podStateManager.getActivationProgress().needsCannulaInsertion()) {
|
if (podStateManager.getActivationProgress().needsCannulaInsertion()) {
|
||||||
communicationService.executeAction(new BolusAction(podStateManager, OmnipodConstants.POD_CANNULA_INSERTION_BOLUS_UNITS,
|
communicationService.executeAction(new BolusAction(podStateManager, OmnipodConstants.POD_CANNULA_INSERTION_BOLUS_UNITS,
|
||||||
Duration.standardSeconds(1), false, false));
|
Duration.standardSeconds(1), false, true));
|
||||||
podStateManager.setActivationProgress(ActivationProgress.INSERTING_CANNULA);
|
podStateManager.setActivationProgress(ActivationProgress.INSERTING_CANNULA);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue