Skip to content

Commit 5aa8009

Browse files
ki4070masaikrishna321
authored andcommitted
Fix typo (#1250)
1 parent 53814cd commit 5aa8009

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/java/io/appium/java_client/android/nativekey/AndroidKey.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)