Merge "MidiManager: fix double BTLE callback"
am: bbf34d0bd1
* commit 'bbf34d0bd1bc4f85c9af614291925f5da1fa0459':
MidiManager: fix double BTLE callback
This commit is contained in:
@@ -295,7 +295,6 @@ public final class MidiManager {
|
||||
// fetch MidiDeviceInfo from the server
|
||||
MidiDeviceInfo deviceInfo = server.getDeviceInfo();
|
||||
device = new MidiDevice(deviceInfo, server, mService, mToken, deviceToken);
|
||||
sendOpenDeviceResponse(device, listenerF, handlerF);
|
||||
} catch (RemoteException e) {
|
||||
Log.e(TAG, "remote exception in getDeviceInfo()");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user