Skip to content

Commit

Permalink
fix method
Browse files Browse the repository at this point in the history
  • Loading branch information
najoan125 committed Sep 28, 2024
1 parent 97e6f6e commit 5506427
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ public static ArrayList<KeyMapping> getKeyMappings() {
}

public static KeyMapping getLangBinding() {
return keyMappings.getFirst();
return keyMappings.get(0);
}

public static KeyMapping getImeBinding() {
Expand Down

0 comments on commit 5506427

Please sign in to comment.