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

Commit b2b1100d authored by Jean Chalard's avatar Jean Chalard Committed by Android Git Automerger
Browse files

am 5a6daf46: Merge "Cleanup"

* commit '5a6daf46':
  Cleanup
parents 73d471e4 5a6daf46
Loading
Loading
Loading
Loading
+1 −5
Original line number Diff line number Diff line
@@ -1533,12 +1533,8 @@ public class LatinIME extends InputMethodServiceCompatWrapper implements Keyboar
            sendKeyChar((char)code);
        }

        if (mSettingsValues.isWordSeparator(code)) {
            Utils.Stats.onSeparator((char)code, x, y);
        } else {
        Utils.Stats.onNonSeparator((char)code, x, y);
    }
    }

    // Returns true if we did an autocorrection, false otherwise.
    private boolean handleSeparator(final int primaryCode, final int x, final int y,