Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a14d1bd7 authored by Eric Laurent's avatar Eric Laurent Committed by Android Git Automerger
Browse files

am c1c462cb: Merge "MidiBluetoothService: add new device to HashMap" into mnc-dr-dev

* commit 'c1c462cb':
  MidiBluetoothService: add new device to HashMap
parents 5b53211a c1c462cb
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -46,6 +46,7 @@ public class BluetoothMidiService extends Service {
                device = mDeviceServerMap.get(bluetoothDevice);
                if (device == null) {
                    device = new BluetoothMidiDevice(this, bluetoothDevice, this);
                    mDeviceServerMap.put(bluetoothDevice, device);
                }
            }
            return device.getBinder();