mirror of
https://gitlab.futo.org/keyboard/latinime.git
synced 2024-09-28 14:54:30 +01:00
Merge "Cleanup, part 6 (C6)"
This commit is contained in:
commit
0e8b1db948
@ -249,14 +249,6 @@ public class Suggest implements Dictionary.WordCallback {
|
||||
true /* isPrediction */);
|
||||
}
|
||||
|
||||
// Wrapper for test compatibility. TODO: remove this method
|
||||
public SuggestedWords getSuggestedWords(
|
||||
final WordComposer wordComposer, CharSequence prevWordForBigram,
|
||||
final ProximityInfo proximityInfo, final int correctionMode) {
|
||||
return getSuggestedWords(wordComposer, prevWordForBigram, proximityInfo,
|
||||
Suggest.CORRECTION_FULL == correctionMode);
|
||||
}
|
||||
|
||||
// TODO: cleanup dictionaries looking up and suggestions building with SuggestedWords.Builder
|
||||
public SuggestedWords getSuggestedWords(
|
||||
final WordComposer wordComposer, CharSequence prevWordForBigram,
|
||||
|
Loading…
x
Reference in New Issue
Block a user