We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50956b2 commit c33208fCopy full SHA for c33208f
core/java/android/service/textservice/SpellCheckerService.java
@@ -397,14 +397,6 @@ private SentenceTextInfoParams getSplitWords(TextInfo originalTextInfo) {
397
}
398
wordStart = wordIterator.getBeginning(wordEnd);
399
400
- if (originalText.length() >= SpellChecker.WORD_ITERATOR_INTERVAL
401
- && wordItems.size() >= 2) {
402
- if (DBG) {
403
- Log.w(TAG, "Remove possibly divided word: "
404
- + wordItems.get(0).mTextInfo.getText());
405
- }
406
- wordItems.remove(0);
407
408
return new SentenceTextInfoParams(originalTextInfo, wordItems);
409
410
0 commit comments