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

Commit c1c462cb authored by Eric Laurent's avatar Eric Laurent Committed by Android (Google) Code Review
Browse files

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

parents ce42e922 7688911b
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();