Skip to content

Commit

Permalink
Merge pull request #369 from kskandis/revert-extraGetPodStatusCalls-b…
Browse files Browse the repository at this point in the history
…olusTriggerCancelingState

remove conditional canceling bolusState for bolusTrigger false call
  • Loading branch information
bjornoleh authored Aug 12, 2024
2 parents 3955e96 + 2b6b397 commit c04d33e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FreeAPS/Sources/APS/DeviceDataManager.swift
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,7 @@ extension BaseDeviceDataManager: PumpManagerDelegate {

if case .inProgress = status.bolusState {
bolusTrigger.send(true)
} else if status.bolusState != .canceling {
} else {
bolusTrigger.send(false)
}

Expand Down

0 comments on commit c04d33e

Please sign in to comment.