Skip to content

Commit

Permalink
remove conditional canceling bolusState for bolusTrigger false call
Browse files Browse the repository at this point in the history
  • Loading branch information
kskandis committed Jul 29, 2024
1 parent 08eba43 commit 2b6b397
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 2b6b397

Please sign in to comment.