Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4b656a3f authored by Jean Chalard's avatar Jean Chalard Committed by Android (Google) Code Review
Browse files

Merge "Remove stuff that's not used any more (B3)"

parents d8447ec3 a0beebf7
Loading
Loading
Loading
Loading
+0 −7
Original line number Original line Diff line number Diff line
@@ -1789,14 +1789,7 @@ public class LatinIME extends InputMethodServiceCompatWrapper implements Keyboar
        // Put a blue underline to a word in TextView which will be auto-corrected.
        // Put a blue underline to a word in TextView which will be auto-corrected.
        final InputConnection ic = getCurrentInputConnection();
        final InputConnection ic = getCurrentInputConnection();
        if (ic != null) {
        if (ic != null) {
            final boolean oldAutoCorrectionIndicator =
                    mComposingStateManager.isAutoCorrectionIndicatorOn();
            if (mIsAutoCorrectionIndicatorOn != newAutoCorrectionIndicator) {
            if (mIsAutoCorrectionIndicatorOn != newAutoCorrectionIndicator) {
                mComposingStateManager.setAutoCorrectionIndicatorOn(newAutoCorrectionIndicator);
                if (DEBUG) {
                    Log.d(TAG, "Flip the indicator. " + oldAutoCorrectionIndicator
                            + " -> " + newAutoCorrectionIndicator);
                }
                if (mWordComposer.isComposingWord()) {
                if (mWordComposer.isComposingWord()) {
                    mIsAutoCorrectionIndicatorOn = newAutoCorrectionIndicator;
                    mIsAutoCorrectionIndicatorOn = newAutoCorrectionIndicator;
                    final CharSequence textWithUnderline =
                    final CharSequence textWithUnderline =