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

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

Merge "MidiManager: fix double BTLE callback"

am: bbf34d0b

* commit 'bbf34d0b':
  MidiManager: fix double BTLE callback
parents 350dc164 bbf34d0b
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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()");
                    }