- change onStart
This commit is contained in:
parent
95ef79e8e0
commit
19675b1951
2 changed files with 2 additions and 3 deletions
|
@ -165,8 +165,6 @@ public class MedtronicPumpPlugin extends PumpPluginAbstract implements PumpInter
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
protected void onStart() {
|
protected void onStart() {
|
||||||
super.onStart();
|
|
||||||
|
|
||||||
aapsLogger.debug(LTag.PUMP, this.deviceID() + " started.");
|
aapsLogger.debug(LTag.PUMP, this.deviceID() + " started.");
|
||||||
|
|
||||||
serviceConnection = new ServiceConnection() {
|
serviceConnection = new ServiceConnection() {
|
||||||
|
@ -195,6 +193,7 @@ public class MedtronicPumpPlugin extends PumpPluginAbstract implements PumpInter
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
super.onStart();
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|
|
@ -184,7 +184,6 @@ public class OmnipodPumpPlugin extends PumpPluginAbstract implements OmnipodPump
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
protected void onStart() {
|
protected void onStart() {
|
||||||
super.onStart();
|
|
||||||
|
|
||||||
//OmnipodUtil.setDriverState();
|
//OmnipodUtil.setDriverState();
|
||||||
|
|
||||||
|
@ -269,6 +268,7 @@ public class OmnipodPumpPlugin extends PumpPluginAbstract implements OmnipodPump
|
||||||
}, fabricPrivacy::logException)
|
}, fabricPrivacy::logException)
|
||||||
);
|
);
|
||||||
|
|
||||||
|
super.onStart();
|
||||||
|
|
||||||
|
|
||||||
//rileyLinkOmnipodService.verifyConfiguration();
|
//rileyLinkOmnipodService.verifyConfiguration();
|
||||||
|
|
Loading…
Reference in a new issue