- small changes
This commit is contained in:
parent
3ae074da57
commit
a399c24ccd
1 changed files with 1 additions and 1 deletions
|
@ -373,7 +373,7 @@ public class AapsOmnipodManager implements OmnipodCommunicationManagerInterface
|
||||||
// because the pod state we keep, doesn't get updated from a PodInfoResponse.
|
// 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
|
// We use StatusResponses for that, which can be obtained from the getPodStatus method
|
||||||
PodInfoResponse podInfo = delegate.getPodInfo(podInfoType);
|
PodInfoResponse podInfo = delegate.getPodInfo(podInfoType);
|
||||||
addSuccessToHistory(time, PodHistoryEntryType.GetPodInfo, null);
|
addSuccessToHistory(time, PodHistoryEntryType.GetPodInfo, podInfo);
|
||||||
return new PumpEnactResult().success(true).enacted(true);
|
return new PumpEnactResult().success(true).enacted(true);
|
||||||
} catch (Exception ex) {
|
} catch (Exception ex) {
|
||||||
String comment = handleAndTranslateException(ex);
|
String comment = handleAndTranslateException(ex);
|
||||||
|
|
Loading…
Reference in a new issue