Eros: call connectNewPump()
This commit is contained in:
parent
5c9cd84c26
commit
2eac4c9b20
|
@ -209,6 +209,8 @@ public class AapsOmnipodErosManager {
|
|||
addToHistory(System.currentTimeMillis(), PodHistoryEntryType.INSERT_CANNULA, result.getComment(), result.getSuccess());
|
||||
|
||||
if (result.getSuccess()) {
|
||||
pumpSync.connectNewPump();
|
||||
|
||||
uploadCareportalEvent(System.currentTimeMillis() - 1000, DetailedBolusInfo.EventType.INSULIN_CHANGE);
|
||||
uploadCareportalEvent(System.currentTimeMillis(), DetailedBolusInfo.EventType.CANNULA_CHANGE);
|
||||
|
||||
|
|
Loading…
Reference in a new issue