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

Commit 9524ed59 authored by RoboErik's avatar RoboErik
Browse files

Fix build (bad javadoc reference)

Change-Id: Ifddab9f61fda81858ab429bbd2ec9d0821577c23
parent c4ef8361
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -101,7 +101,7 @@ public final class MediaController {
     * sent using this method.
     *
     * @param keycode The media button keycode, such as
     *            {@link KeyEvent#KEYCODE_MEDIA_BUTTON_PLAY}.
     *            {@link KeyEvent#KEYCODE_MEDIA_PLAY}.
     */
    public void sendMediaButton(int keycode) {
        if (!KeyEvent.isMediaKey(keycode)) {