+| ~~**UT-8** Disabled word "ans" still not autocorrected~~ ✅ fixed 2026-07-15, USER-CONFIRMED on-device 2026-07-15 | Autocorrect/dictionary | Reverse direction of the AC-2 disabled-target guard: "ans" IS a bundled dictionary word, and `autoCorrect` step 1 ("already in dictionary" short-circuit, WordPredictor.kt ~1881) never consulted `isWordDisabled` — so disabling "ans" in Dictionary Manager didn't make it correctable. Fixed: a disabled typed word bypasses the validity short-circuit (also the morphology-inflection guard and possessive-base guard; custom-word override preserved), falls through to the sweep, which already skips disabled targets → `ans → and`. Live propagation was already sound (DictionaryManagerActivity → signalReloadNeeded → checkAndReload → reloadDisabledWords on next keystroke). See Addendum. |
0 commit comments