Do not learn from cursor corrections when autocorrection is disabled.
Bug: 20681528 Change-Id: I80e7095b70a151f3ccc36856d7e0837613a35972main
parent
e991c34297
commit
6d8e783d18
|
@ -398,9 +398,8 @@ public final class InputLogic {
|
|||
if (!TextUtils.isEmpty(mWordBeingCorrectedByCursor)) {
|
||||
final int timeStampInSeconds = (int)TimeUnit.MILLISECONDS.toSeconds(
|
||||
System.currentTimeMillis());
|
||||
mDictionaryFacilitator.addToUserHistory(mWordBeingCorrectedByCursor, false,
|
||||
NgramContext.EMPTY_PREV_WORDS_INFO, timeStampInSeconds,
|
||||
settingsValues.mBlockPotentiallyOffensive);
|
||||
performAdditionToUserHistoryDictionary(settingsValues, mWordBeingCorrectedByCursor,
|
||||
NgramContext.EMPTY_PREV_WORDS_INFO);
|
||||
}
|
||||
} else {
|
||||
// resetEntireInputState calls resetCachesUponCursorMove, but forcing the
|
||||
|
|
Loading…
Reference in New Issue