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

Commit bcda5e03 authored by Android (Google) Code Review's avatar Android (Google) Code Review
Browse files

Merge change 21158

* changes:
  Add brackets, braces, and backslash to alt-space character entry popup.
parents 0eebab8b f16da455
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -434,7 +434,7 @@ public class QwertyKeyListener extends BaseKeyListener {
        PICKER_SETS.put('y', "\u00FD\u00FF");
        PICKER_SETS.put('z', "\u017A\u017C\u017E");
        PICKER_SETS.put(KeyCharacterMap.PICKER_DIALOG_INPUT,
                             "\u2026\u00A5\u2022\u00AE\u00A9\u00B1");
                             "\u2026\u00A5\u2022\u00AE\u00A9\u00B1[]{}\\");
    };

    private boolean showCharacterPicker(View view, Editable content, char c,