diff options
author | 2020-07-31 18:03:36 +0000 | |
---|---|---|
committer | 2020-07-31 18:03:36 +0000 | |
commit | 994774ebaf0fab5d68b1ab2fb118d82c75c7f548 (patch) | |
tree | ec284692a5e1b50c13c48b716a741db3476f6489 /java/src/com/android/inputmethod/latin/Suggest.java | |
parent | 9ebba46c775f37abeb0451602cb323fd45adf33b (diff) | |
parent | a2581fb80c3cc1fde2596469a4e445fdbf118554 (diff) | |
download | latinime-994774ebaf0fab5d68b1ab2fb118d82c75c7f548.tar.gz latinime-994774ebaf0fab5d68b1ab2fb118d82c75c7f548.tar.xz latinime-994774ebaf0fab5d68b1ab2fb118d82c75c7f548.zip |
Merge "Update language to comply with Android's inclusive language guidance" am: 9490b1b92f am: 892eabe4c5 am: a2581fb80c
Original change: https://android-review.googlesource.com/c/platform/packages/inputmethods/LatinIME/+/1382602
Change-Id: Ia2ead878ea92eeed5048cf2cbfa6c2a80b8c6b20
Diffstat (limited to 'java/src/com/android/inputmethod/latin/Suggest.java')
-rw-r--r-- | java/src/com/android/inputmethod/latin/Suggest.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/src/com/android/inputmethod/latin/Suggest.java b/java/src/com/android/inputmethod/latin/Suggest.java index 7ccefd2dd..da23617af 100644 --- a/java/src/com/android/inputmethod/latin/Suggest.java +++ b/java/src/com/android/inputmethod/latin/Suggest.java @@ -225,7 +225,7 @@ public final class Suggest { // TODO: now that we have personalization, we may want to re-evaluate this decision || !mDictionaryFacilitator.hasAtLeastOneInitializedMainDictionary() // If the first suggestion is a shortcut we never auto-correct to it, regardless - // of how strong it is (whitelist entries are not KIND_SHORTCUT but KIND_WHITELIST). + // of how strong it is (allowlist entries are not KIND_SHORTCUT but KIND_WHITELIST). // TODO: we may want to have shortcut-only entries auto-correct in the future. || suggestionResults.first().isKindOf(SuggestedWordInfo.KIND_SHORTCUT)) { hasAutoCorrection = false; |