Skip to content
Snippets Groups Projects
  • Jean Chalard's avatar
    02f1c153
    Cleanup (A113) · 02f1c153
    Jean Chalard authored
    If not composing a word, then consideredWord is always the empty
    string.
    Hence, it's never whitelisted, but it's also always "NotAWord",
    so isWhitelistedOrNotAWord returns always true, so
    allowsToBeAutoCorrected is always true. Which means that
    isPrediction implies allowsToBeAutoCorrected == true.
    Thus, !isPrediction && !allowsToBeAutoCorrected is strictly
    equivalent to !allowsToBeAutocorrected.
    
    Change-Id: I4ad7a7c3447851c539646d97cf55ff065e6ee115
    02f1c153
    History
    Cleanup (A113)
    Jean Chalard authored
    If not composing a word, then consideredWord is always the empty
    string.
    Hence, it's never whitelisted, but it's also always "NotAWord",
    so isWhitelistedOrNotAWord returns always true, so
    allowsToBeAutoCorrected is always true. Which means that
    isPrediction implies allowsToBeAutoCorrected == true.
    Thus, !isPrediction && !allowsToBeAutoCorrected is strictly
    equivalent to !allowsToBeAutocorrected.
    
    Change-Id: I4ad7a7c3447851c539646d97cf55ff065e6ee115