Merge "Cleanup"

main
Jean Chalard 2012-02-07 19:42:26 -08:00 committed by Android (Google) Code Review
commit 5a6daf46cf
1 changed files with 1 additions and 5 deletions

View File

@ -1533,11 +1533,7 @@ public class LatinIME extends InputMethodServiceCompatWrapper implements Keyboar
sendKeyChar((char)code);
}
if (mSettingsValues.isWordSeparator(code)) {
Utils.Stats.onSeparator((char)code, x, y);
} else {
Utils.Stats.onNonSeparator((char)code, x, y);
}
Utils.Stats.onNonSeparator((char)code, x, y);
}
// Returns true if we did an autocorrection, false otherwise.