- 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
|
||||
protected void onStart() {
|
||||
super.onStart();
|
||||
|
||||
aapsLogger.debug(LTag.PUMP, this.deviceID() + " started.");
|
||||
|
||||
serviceConnection = new ServiceConnection() {
|
||||
|
@ -195,6 +193,7 @@ public class MedtronicPumpPlugin extends PumpPluginAbstract implements PumpInter
|
|||
}
|
||||
};
|
||||
|
||||
super.onStart();
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
|
@ -184,7 +184,6 @@ public class OmnipodPumpPlugin extends PumpPluginAbstract implements OmnipodPump
|
|||
|
||||
@Override
|
||||
protected void onStart() {
|
||||
super.onStart();
|
||||
|
||||
//OmnipodUtil.setDriverState();
|
||||
|
||||
|
@ -269,6 +268,7 @@ public class OmnipodPumpPlugin extends PumpPluginAbstract implements OmnipodPump
|
|||
}, fabricPrivacy::logException)
|
||||
);
|
||||
|
||||
super.onStart();
|
||||
|
||||
|
||||
//rileyLinkOmnipodService.verifyConfiguration();
|
||||
|
|
Loading…
Reference in a new issue