File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/main/java/io/appium/java_client/android/nativekey Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1021,7 +1021,7 @@ public enum AndroidKey {
10211021 * Key code constant: Media Top Menu key.
10221022 * Goes to the top of media menu.
10231023 */
1024- _MEDIA_TOP_MENU (226 ),
1024+ MEDIA_TOP_MENU (226 ),
10251025 /**
10261026 * Key code constant: '11' key.
10271027 */
@@ -1178,7 +1178,7 @@ public enum AndroidKey {
11781178 * Goes to the context menu of media contents. Corresponds to Media Context-sensitive
11791179 * Menu (0x11) of CEC User Control Code.
11801180 */
1181- _TV_MEDIA_CONTEXT_MENU (257 ),
1181+ TV_MEDIA_CONTEXT_MENU (257 ),
11821182 /**
11831183 * Key code constant: Timer programming key.
11841184 * Goes to the timer recording menu. Corresponds to Timer Programming (0x54) of
You can’t perform that action at this time.
0 commit comments