Skip to content
Snippets Groups Projects
Commit 5edda411 authored by Jean Chalard's avatar Jean Chalard
Browse files

Remove a useless method

Change-Id: I038e6a82b6463a2a8ec494171a596d76fbc75fe1
parent dd931c47
No related branches found
No related tags found
No related merge requests found
......@@ -65,10 +65,6 @@ public class SuggestedWords {
return mHasAutoCorrectionCandidate && size() > 1 && !mTypedWordValid;
}
public boolean hasWordAboveAutoCorrectionScoreThreshold() {
return mHasAutoCorrectionCandidate && ((size() > 1 && !mTypedWordValid) || mTypedWordValid);
}
public boolean isPunctuationSuggestions() {
return mIsPunctuationSuggestions;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment