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

Commit 1b3eb741 authored by Phil Burk's avatar Phil Burk Committed by Android Git Automerger
Browse files

am ca296978: Merge "MidiManager: fix double BTLE callback" into mnc-dr-dev

* commit 'ca296978':
  MidiManager: fix double BTLE callback
parents 0a64b146 ca296978
Loading
Loading
Loading
Loading
+0 −1
Original line number Original line Diff line number Diff line
@@ -295,7 +295,6 @@ public final class MidiManager {
                        // fetch MidiDeviceInfo from the server
                        // fetch MidiDeviceInfo from the server
                        MidiDeviceInfo deviceInfo = server.getDeviceInfo();
                        MidiDeviceInfo deviceInfo = server.getDeviceInfo();
                        device = new MidiDevice(deviceInfo, server, mService, mToken, deviceToken);
                        device = new MidiDevice(deviceInfo, server, mService, mToken, deviceToken);
                        sendOpenDeviceResponse(device, listenerF, handlerF);
                    } catch (RemoteException e) {
                    } catch (RemoteException e) {
                        Log.e(TAG, "remote exception in getDeviceInfo()");
                        Log.e(TAG, "remote exception in getDeviceInfo()");
                    }
                    }