Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5edda411 authored by Jean Chalard's avatar Jean Chalard
Browse files

Remove a useless method

Change-Id: I038e6a82b6463a2a8ec494171a596d76fbc75fe1
parent dd931c47
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -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;
    }