From 0b9e47a815bb1b396ec9aa0ce4a9e31652ef2d53 Mon Sep 17 00:00:00 2001 From: Atsushi Mori Date: Fri, 4 Oct 2019 22:00:34 +0900 Subject: [PATCH] Fix typo --- .../io/appium/java_client/android/nativekey/AndroidKey.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/java/io/appium/java_client/android/nativekey/AndroidKey.java b/src/main/java/io/appium/java_client/android/nativekey/AndroidKey.java index fb82b1abc..c0a809801 100644 --- a/src/main/java/io/appium/java_client/android/nativekey/AndroidKey.java +++ b/src/main/java/io/appium/java_client/android/nativekey/AndroidKey.java @@ -1021,7 +1021,7 @@ public enum AndroidKey { * Key code constant: Media Top Menu key. * Goes to the top of media menu. */ - _MEDIA_TOP_MENU(226), + MEDIA_TOP_MENU(226), /** * Key code constant: '11' key. */ @@ -1178,7 +1178,7 @@ public enum AndroidKey { * Goes to the context menu of media contents. Corresponds to Media Context-sensitive * Menu (0x11) of CEC User Control Code. */ - _TV_MEDIA_CONTEXT_MENU(257), + TV_MEDIA_CONTEXT_MENU(257), /** * Key code constant: Timer programming key. * Goes to the timer recording menu. Corresponds to Timer Programming (0x54) of