mirror of
https://gitlab.futo.org/keyboard/latinime.git
synced 2024-09-28 14:54:30 +01:00
Merge "Remove a useless method"
This commit is contained in:
commit
a157249014
@ -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…
x
Reference in New Issue
Block a user