Loading core/java/android/widget/SpellChecker.java +10 −12 Original line number Diff line number Diff line Loading @@ -185,7 +185,6 @@ public class SpellChecker implements SpellCheckerSessionListener { if (!isInDictionary && looksLikeTypo) { String[] suggestions = getSuggestions(suggestionsInfo); if (suggestions.length > 0) { SuggestionSpan suggestionSpan = new SuggestionSpan( mTextView.getContext(), suggestions, SuggestionSpan.FLAG_EASY_CORRECT | Loading @@ -197,7 +196,6 @@ public class SpellChecker implements SpellCheckerSessionListener { // TODO limit to the word rectangle region mTextView.invalidate(); } } editable.removeSpan(spellCheckSpan); } } Loading Loading
core/java/android/widget/SpellChecker.java +10 −12 Original line number Diff line number Diff line Loading @@ -185,7 +185,6 @@ public class SpellChecker implements SpellCheckerSessionListener { if (!isInDictionary && looksLikeTypo) { String[] suggestions = getSuggestions(suggestionsInfo); if (suggestions.length > 0) { SuggestionSpan suggestionSpan = new SuggestionSpan( mTextView.getContext(), suggestions, SuggestionSpan.FLAG_EASY_CORRECT | Loading @@ -197,7 +196,6 @@ public class SpellChecker implements SpellCheckerSessionListener { // TODO limit to the word rectangle region mTextView.invalidate(); } } editable.removeSpan(spellCheckSpan); } } Loading