Loading core/java/android/widget/TextView.java +1 −1 Original line number Diff line number Diff line Loading @@ -8290,7 +8290,7 @@ public class TextView extends View implements ViewTreeObserver.OnPreDrawListener suggestionInfo.spanEnd = spanEnd; totalNbSuggestions++; if (totalNbSuggestions > MAX_NUMBER_SUGGESTIONS) { if (totalNbSuggestions == MAX_NUMBER_SUGGESTIONS) { // Also end outer for loop spanIndex = nbSpans; break; Loading Loading
core/java/android/widget/TextView.java +1 −1 Original line number Diff line number Diff line Loading @@ -8290,7 +8290,7 @@ public class TextView extends View implements ViewTreeObserver.OnPreDrawListener suggestionInfo.spanEnd = spanEnd; totalNbSuggestions++; if (totalNbSuggestions > MAX_NUMBER_SUGGESTIONS) { if (totalNbSuggestions == MAX_NUMBER_SUGGESTIONS) { // Also end outer for loop spanIndex = nbSpans; break; Loading