Fix Cancel Extended Bolus if TBR emulation is disabled in insight preferences
This commit is contained in:
parent
93046d0354
commit
eef50c8290
1 changed files with 6 additions and 0 deletions
|
@ -1450,6 +1450,12 @@ public class LocalInsightPlugin extends PumpPluginBase implements Pump, Constrai
|
|||
bolusID.getId(),
|
||||
PumpType.ACCU_CHEK_INSIGHT,
|
||||
serial);
|
||||
if (!isFakingTempsByExtendedBoluses())
|
||||
pumpSync.syncStopExtendedBolusWithPumpId(
|
||||
timestamp,
|
||||
event.getEventPosition(),
|
||||
PumpType.ACCU_CHEK_INSIGHT,
|
||||
serialNumber());
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue