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

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

Merge "Remove spell log that exposes typed text in the logs"

parents 0d8627be 616b20c0
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -7634,12 +7634,6 @@ public class TextView extends View implements ViewTreeObserver.OnPreDrawListener
                getSpellChecker().addSpellCheckSpan((SpellCheckSpan) what);
            }
        }

        if (what instanceof SuggestionSpan) {
            if (newStart < 0) {
                Log.d("spellcheck", "REMOVE suggspan " + mText.subSequence(oldStart, oldEnd));
            }
        }
    }

    /**