- small changes

This commit is contained in:
Andy Rozman 2019-12-18 23:34:16 +00:00
parent 3ae074da57
commit a399c24ccd

View file

@ -373,7 +373,7 @@ public class AapsOmnipodManager implements OmnipodCommunicationManagerInterface
// because the pod state we keep, doesn't get updated from a PodInfoResponse.
// We use StatusResponses for that, which can be obtained from the getPodStatus method
PodInfoResponse podInfo = delegate.getPodInfo(podInfoType);
addSuccessToHistory(time, PodHistoryEntryType.GetPodInfo, null);
addSuccessToHistory(time, PodHistoryEntryType.GetPodInfo, podInfo);
return new PumpEnactResult().success(true).enacted(true);
} catch (Exception ex) {
String comment = handleAndTranslateException(ex);