am fda847a8: Small cleanup

* commit 'fda847a870829f1491cbd5325f9c985213081149':
  Small cleanup
main
Jean Chalard 2012-01-25 20:08:44 -08:00 committed by Android Git Automerger
commit 159789c962
1 changed files with 1 additions and 1 deletions

View File

@ -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() {