Merge branch 'avereha/bolus' into avereha/notifications
This commit is contained in:
commit
ab9a59591d
|
@ -514,7 +514,8 @@ class OmnipodDashPumpPlugin @Inject constructor(
|
|||
val bolusBeeps = sp.getBoolean(R.string.key_omnipod_common_bolus_beeps_enabled, false)
|
||||
return executeProgrammingCommand(
|
||||
historyEntry = history.createRecord(commandType = OmnipodCommandType.CANCEL_BOLUS),
|
||||
command = omnipodManager.stopBolus(bolusBeeps).ignoreElements()
|
||||
command = omnipodManager.stopBolus(bolusBeeps).ignoreElements(),
|
||||
checkNoActiveCommand = false,
|
||||
)
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue