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

Commit e61a297e authored by Shaowei Shen's avatar Shaowei Shen Committed by Android (Google) Code Review
Browse files

Merge "[Physical Keyboard] Fix bug for Mouse key page" into main

parents 7ebd08bd 2eebf46f
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -118,7 +118,8 @@ public class MouseKeysImageListAdapter extends

    private String getDisplayLabel(InputDevice currentInputDevice, int keycode) {
        return String.valueOf(currentInputDevice.getKeyCharacterMap().getDisplayLabel(
                currentInputDevice.getKeyCodeForKeyLocation(keycode))).toLowerCase(Locale.ROOT);
                currentInputDevice.getKeyCodeForKeyLocation(keycode))).toLowerCase(
                Locale.getDefault());
    }

    public static class MouseKeyImageViewHolder extends RecyclerView.ViewHolder {