Merge branch 'dev' of https://github.com/nightscout/AndroidAPS into dev
This commit is contained in:
commit
1839c7513d
1 changed files with 20 additions and 21 deletions
|
@ -228,7 +228,7 @@ class ComboV2Plugin @Inject constructor (
|
||||||
|
|
||||||
override fun onStart() {
|
override fun onStart() {
|
||||||
super.onStart()
|
super.onStart()
|
||||||
pumpCoroutineScope.launch {
|
|
||||||
aapsLogger.debug(LTag.PUMP, "Creating bluetooth interface")
|
aapsLogger.debug(LTag.PUMP, "Creating bluetooth interface")
|
||||||
bluetoothInterface = AndroidBluetoothInterface(context)
|
bluetoothInterface = AndroidBluetoothInterface(context)
|
||||||
|
|
||||||
|
@ -253,7 +253,6 @@ class ComboV2Plugin @Inject constructor (
|
||||||
|
|
||||||
setDriverState(DriverState.Disconnected)
|
setDriverState(DriverState.Disconnected)
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
override fun onStop() {
|
override fun onStop() {
|
||||||
pumpCoroutineScope.cancel()
|
pumpCoroutineScope.cancel()
|
||||||
|
|
Loading…
Reference in a new issue