Merge "Remove uncommit on reverting batch input"

main
Kurt Partridge 2013-06-03 02:54:32 +00:00 committed by Android (Google) Code Review
commit 4efb5c3b65
1 changed files with 0 additions and 2 deletions

View File

@ -1797,8 +1797,6 @@ public class LatinIME extends InputMethodService implements KeyboardActionListen
if (ProductionFlag.USES_DEVELOPMENT_ONLY_DIAGNOSTICS) {
final String word = mWordComposer.getTypedWord();
ResearchLogger.latinIME_handleBackspace_batch(word, 1);
ResearchLogger.getInstance().uncommitCurrentLogUnit(
word, false /* dumpCurrentLogUnit */);
}
final String rejectedSuggestion = mWordComposer.getTypedWord();
mWordComposer.reset();