- removed cancel TBR

This commit is contained in:
Andy Rozman 2019-12-30 21:35:30 +01:00
parent af44d4e7f7
commit 827eee0c3a

View file

@ -362,6 +362,8 @@ public class AapsOmnipodManager implements OmnipodCommunicationManagerInterface
return new PumpEnactResult().success(false).enacted(false).comment(comment); return new PumpEnactResult().success(false).enacted(false).comment(comment);
} }
reportImplicitlyCanceledTbr();
long pumpId = addSuccessToHistory(time, PodHistoryEntryType.SetTemporaryBasal, tempBasalPair); long pumpId = addSuccessToHistory(time, PodHistoryEntryType.SetTemporaryBasal, tempBasalPair);
pumpStatus.tempBasalStart = time; pumpStatus.tempBasalStart = time;