Merge pull request #2221 from dv1/comboctl-dev
combov2: Revert accidental change to onStart()
This commit is contained in:
commit
04c93d4b2d
1 changed files with 20 additions and 21 deletions
|
@ -228,7 +228,7 @@ class ComboV2Plugin @Inject constructor (
|
|||
|
||||
override fun onStart() {
|
||||
super.onStart()
|
||||
pumpCoroutineScope.launch {
|
||||
|
||||
aapsLogger.debug(LTag.PUMP, "Creating bluetooth interface")
|
||||
bluetoothInterface = AndroidBluetoothInterface(context)
|
||||
|
||||
|
@ -253,7 +253,6 @@ class ComboV2Plugin @Inject constructor (
|
|||
|
||||
setDriverState(DriverState.Disconnected)
|
||||
}
|
||||
}
|
||||
|
||||
override fun onStop() {
|
||||
pumpCoroutineScope.cancel()
|
||||
|
|
Loading…
Reference in a new issue