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

Commit 4cbcc2bc authored by Gilles Debunne's avatar Gilles Debunne Committed by Android (Google) Code Review
Browse files

Merge "Bug 5218421: new NPE is SpellChecker when using Japanese language"

parents c5d0fac0 9906847c
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -112,6 +112,8 @@ public class SpellChecker implements SpellCheckerSessionListener {

    private void scheduleSpellCheck() {
        if (mLength == 0) return;
        if (spellCheckerSession == null) return;

        if (mChecker != null) {
            mTextView.removeCallbacks(mChecker);
        }