mirror of
https://gitlab.futo.org/keyboard/latinime.git
synced 2024-09-28 14:54:30 +01:00
Break out a method
Change-Id: Ia14fc320422b7f198c33ba522bb93dd70fbcb2c1
This commit is contained in:
parent
5a2c19d4fb
commit
d02783cb63
@ -1721,7 +1721,10 @@ public class LatinIME extends InputMethodServiceCompatWrapper implements Keyboar
|
||||
mKeyboardSwitcher.onAutoCorrectionStateChanged(
|
||||
words.hasWordAboveAutoCorrectionScoreThreshold());
|
||||
}
|
||||
setAutoCorrectionIndicator(words);
|
||||
}
|
||||
|
||||
private void setAutoCorrectionIndicator(final SuggestedWords words) {
|
||||
// Put a blue underline to a word in TextView which will be auto-corrected.
|
||||
final InputConnection ic = getCurrentInputConnection();
|
||||
if (ic != null) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user