* (nitpicking) Add "space on 0" proper description * Fix https://github.com/Clam-/TraditionalT9/issues/29 Co-authored-by: akasaka <akasaka@somewhereinthe.box>
This commit is contained in:
parent
6e9cc238e7
commit
a352deca43
3 changed files with 5 additions and 4 deletions
|
|
@ -604,7 +604,7 @@ public class TraditionalT9 extends InputMethodService implements
|
|||
}
|
||||
|
||||
if (!onKeyDown_(keyCode, event)) {
|
||||
if (key == null || keyRemap) {
|
||||
if (key == null || !keyRemap) {
|
||||
return false;
|
||||
}
|
||||
else {
|
||||
|
|
@ -795,7 +795,7 @@ public class TraditionalT9 extends InputMethodService implements
|
|||
}
|
||||
|
||||
if (!onKeyUp_(keyCode, event)) {
|
||||
if (key == null || keyRemap) {
|
||||
if (key == null || !keyRemap) {
|
||||
return false;
|
||||
}
|
||||
else {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue