Temp fix for not adding SMB boluses to treatments and IOB calculations
This commit is contained in:
parent
88c1248c41
commit
87c993cde1
1 changed files with 1 additions and 1 deletions
|
@ -457,7 +457,7 @@ public class ConfigBuilderPlugin implements PluginBase, PumpInterface, Constrain
|
|||
MainApp.bus().post(new EventBolusRequested(detailedBolusInfo.insulin));
|
||||
|
||||
result = activePump.deliverTreatment(detailedBolusInfo);
|
||||
|
||||
if(result.success) addToHistoryTreatment(detailedBolusInfo);
|
||||
BolusProgressDialog.bolusEnded = true;
|
||||
MainApp.bus().post(new EventDismissBolusprogressIfRunning(result));
|
||||
|
||||
|
|
Loading…
Reference in a new issue