Loading java/src/com/android/inputmethod/latin/inputlogic/InputLogic.java +4 −2 Original line number Original line Diff line number Diff line Loading @@ -1649,8 +1649,10 @@ public final class InputLogic { } } } } // Add the suggestion list to the list of suggestions. // Add the suggestion list to the list of suggestions. textToCommit.setSpan(new SuggestionSpan(inputTransaction.mSettingsValues.mLocale, textToCommit.setSpan(new SuggestionSpan(mLatinIME /* context */, suggestions.toArray(new String[suggestions.size()]), 0 /* flags */), inputTransaction.mSettingsValues.mLocale, suggestions.toArray(new String[suggestions.size()]), 0 /* flags */, null /* notificationTargetClass */), 0 /* start */, lastCharIndex /* end */, 0 /* flags */); 0 /* start */, lastCharIndex /* end */, 0 /* flags */); } } Loading Loading
java/src/com/android/inputmethod/latin/inputlogic/InputLogic.java +4 −2 Original line number Original line Diff line number Diff line Loading @@ -1649,8 +1649,10 @@ public final class InputLogic { } } } } // Add the suggestion list to the list of suggestions. // Add the suggestion list to the list of suggestions. textToCommit.setSpan(new SuggestionSpan(inputTransaction.mSettingsValues.mLocale, textToCommit.setSpan(new SuggestionSpan(mLatinIME /* context */, suggestions.toArray(new String[suggestions.size()]), 0 /* flags */), inputTransaction.mSettingsValues.mLocale, suggestions.toArray(new String[suggestions.size()]), 0 /* flags */, null /* notificationTargetClass */), 0 /* start */, lastCharIndex /* end */, 0 /* flags */); 0 /* start */, lastCharIndex /* end */, 0 /* flags */); } } Loading