mirror of
https://gitlab.futo.org/keyboard/latinime.git
synced 2024-09-28 14:54:30 +01:00
Cleanup, part 6 (C6)
Change-Id: I184f3a336278559df255c5d600a98fbba468a243
This commit is contained in:
parent
9b233ecef2
commit
c5f1d998c2
@ -245,14 +245,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