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

Commit d8a85004 authored by Glenn Kasten's avatar Glenn Kasten Committed by android-build-merger
Browse files

Merge "MidiBluetoothService: add new device to HashMap"

am: 9b07ba4b

* commit '9b07ba4b':
  MidiBluetoothService: add new device to HashMap
parents 58f41c3b 9b07ba4b
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();