am 5a6daf46
: Merge "Cleanup"
* commit '5a6daf46cf52a3d7e95926c3fcbb3b3295159c29': Cleanup
This commit is contained in:
commit
b2b1100df3
1 changed files with 1 additions and 5 deletions
|
@ -1533,11 +1533,7 @@ public class LatinIME extends InputMethodServiceCompatWrapper implements Keyboar
|
||||||
sendKeyChar((char)code);
|
sendKeyChar((char)code);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (mSettingsValues.isWordSeparator(code)) {
|
Utils.Stats.onNonSeparator((char)code, x, y);
|
||||||
Utils.Stats.onSeparator((char)code, x, y);
|
|
||||||
} else {
|
|
||||||
Utils.Stats.onNonSeparator((char)code, x, y);
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// Returns true if we did an autocorrection, false otherwise.
|
// Returns true if we did an autocorrection, false otherwise.
|
||||||
|
|
Loading…
Reference in a new issue