Eros: call connectNewPump()

This commit is contained in:
Milos Kozak 2021-10-23 20:56:30 +02:00
parent 5c9cd84c26
commit 2eac4c9b20

View file

@ -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);