am 4efb5c3b
: Merge "Remove uncommit on reverting batch input"
* commit '4efb5c3b65733f985081146e018f7d4a3740c728': Remove uncommit on reverting batch input
This commit is contained in:
commit
82d98e7a48
1 changed files with 0 additions and 2 deletions
|
@ -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();
|
||||
|
|
Loading…
Reference in a new issue