allow updated Treatments for insight 2
This commit is contained in:
parent
bcbf432236
commit
983e9c3658
|
@ -83,6 +83,6 @@ class HistoryLogAdapter {
|
|||
detailedBolusInfo.source = Source.PUMP;
|
||||
detailedBolusInfo.pumpId = record_id;
|
||||
detailedBolusInfo.insulin = insulin;
|
||||
TreatmentsPlugin.getPlugin().addToHistoryTreatment(detailedBolusInfo, false);
|
||||
TreatmentsPlugin.getPlugin().addToHistoryTreatment(detailedBolusInfo, true);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue