- change onStart

This commit is contained in:
Andy Rozman 2020-05-10 23:19:11 +01:00
parent 95ef79e8e0
commit 19675b1951
2 changed files with 2 additions and 3 deletions

View file

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

View file

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