This commit is contained in:
Andrei Vereha 2022-01-22 00:00:01 +01:00
parent b2f1684aaf
commit 00b19abb39

View file

@ -668,11 +668,9 @@ class OmnipodDashManagerImpl @Inject constructor(
when (event) {
is PodEvent.AlreadyConnected -> {
podStateManager.bluetoothAddress = event.bluetoothAddress
}
is PodEvent.BluetoothConnected -> {
podStateManager.bluetoothAddress = event.bluetoothAddress
}
is PodEvent.Connected -> {