format
This commit is contained in:
parent
e51d071181
commit
6ee4ec1ae3
|
@ -203,7 +203,8 @@ class OmnipodDashPumpPlugin @Inject constructor(
|
|||
if (podStateManager.activeCommand == null) {
|
||||
// suspend delivery is confirmed
|
||||
deliverySuspended = true
|
||||
} },
|
||||
}
|
||||
},
|
||||
historyEntry = history.createRecord(commandType = OmnipodCommandType.SET_BASAL_PROFILE),
|
||||
activeCommandEntry = { historyId ->
|
||||
podStateManager.createActiveCommand(historyId, basalProgram = basalProgram)
|
||||
|
@ -389,7 +390,7 @@ class OmnipodDashPumpPlugin @Inject constructor(
|
|||
if (detailedBolusInfo.bolusType == DetailedBolusInfo.BolusType.SMB) {
|
||||
notifyOnUnconfirmed(
|
||||
Notification.OMNIPOD_UNCERTAIN_SMB,
|
||||
"Unable to verify whether SMB bolus (${requestedBolusAmount} U) succeeded. " +
|
||||
"Unable to verify whether SMB bolus ($requestedBolusAmount U) succeeded. " +
|
||||
"<b>Refresh pod status to confirm or deny this command.",
|
||||
R.raw.boluserror
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue