kshoji / BLE-MIDI-for-Android

MIDI over Bluetooth LE driver for Android 4.3 or later
Apache License 2.0
123 stars 41 forks source link

OnMidiDeviceDetachedListener will be called before removing the device from Map #9

Closed kshoji closed 9 years ago

kshoji commented 9 years ago

When the last MidiInputDevice has been disconnected, this displays 1 (but should be 0).

// implementation of OnMidiDeviceDetachedListener
@Override
public void onMidiInputDeviceDetached(MidiInputDevice midiInputDevice) {
    Log.i("test", "Size of devices:" + bleMidiCentralProvider.getMidiInputDevices().size());
}
...
kshoji commented 9 years ago

Fixed at commit e9cf0b0647ff4ab4b0e6054543b5d1eeda905ac9.