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

Commit 908d5bc8 authored by Phil Burk's avatar Phil Burk
Browse files

MIDI docs: add missing bracket



The example code for openDevice() was missing a close bracket.

Bug: 25283941
Change-Id: I8fac6a6dee2393125ad4e057cb857fe21e43b491
Signed-off-by: default avatarPhil Burk <philburk@google.com>
parent b186388b
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -180,6 +180,7 @@ m.openDevice(info, new MidiManager.OnDeviceOpenedListener() {
            Log.e(TAG, "could not open device " + info);
        } else {
            ...
        }
    }, new Handler(Looper.getMainLooper())
    );
</pre>