am fda847a8: Small cleanup
* commit 'fda847a870829f1491cbd5325f9c985213081149': Small cleanupmain
commit
159789c962
|
@ -1622,7 +1622,7 @@ public class LatinIME extends InputMethodServiceCompatWrapper implements Keyboar
|
|||
private CharSequence getTextWithUnderline(final CharSequence text) {
|
||||
return mComposingStateManager.isAutoCorrectionIndicatorOn()
|
||||
? SuggestionSpanUtils.getTextWithAutoCorrectionIndicatorUnderline(this, text)
|
||||
: mWordComposer.getTypedWord();
|
||||
: text;
|
||||
}
|
||||
|
||||
private void handleClose() {
|
||||
|
|
Loading…
Reference in New Issue