Merge "Remove a useless method"
This commit is contained in:
commit
a157249014
1 changed files with 0 additions and 4 deletions
|
@ -65,10 +65,6 @@ public class SuggestedWords {
|
||||||
return mHasAutoCorrectionCandidate && size() > 1 && !mTypedWordValid;
|
return mHasAutoCorrectionCandidate && size() > 1 && !mTypedWordValid;
|
||||||
}
|
}
|
||||||
|
|
||||||
public boolean hasWordAboveAutoCorrectionScoreThreshold() {
|
|
||||||
return mHasAutoCorrectionCandidate && ((size() > 1 && !mTypedWordValid) || mTypedWordValid);
|
|
||||||
}
|
|
||||||
|
|
||||||
public boolean isPunctuationSuggestions() {
|
public boolean isPunctuationSuggestions() {
|
||||||
return mIsPunctuationSuggestions;
|
return mIsPunctuationSuggestions;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue