Skip to content

Commit

Permalink
Merge pull request nightscout#369 from kskandis/revert-extraGetPodSta…
Browse files Browse the repository at this point in the history
…tusCalls-bolusTriggerCancelingState

remove conditional canceling bolusState for bolusTrigger false call
  • Loading branch information
bjornoleh authored and mountrcg committed Sep 11, 2024
1 parent c3eb39d commit 06070f6
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 06070f6

Please sign in to comment.