Loading android/pandora/server/src/Host.kt +0 −3 Original line number Diff line number Diff line Loading @@ -155,9 +155,6 @@ class Host( stateFlow.filter { it == BluetoothAdapter.STATE_OFF }.first() } // TODO: b/234892968 delay(3000L) bluetoothAdapter.enable() stateFlow.filter { it == BluetoothAdapter.STATE_ON }.first() } Loading Loading
android/pandora/server/src/Host.kt +0 −3 Original line number Diff line number Diff line Loading @@ -155,9 +155,6 @@ class Host( stateFlow.filter { it == BluetoothAdapter.STATE_OFF }.first() } // TODO: b/234892968 delay(3000L) bluetoothAdapter.enable() stateFlow.filter { it == BluetoothAdapter.STATE_ON }.first() } Loading