Loading core/java/android/view/AccessibilityIterators.java +3 −3 Original line number Diff line number Diff line Loading @@ -287,12 +287,12 @@ public final class AccessibilityIterators { } } } while (start < textLength && mText.charAt(start) == '\n') { start++; } if (start < 0) { return null; } while (start < textLength && mText.charAt(start) == '\n') { start++; } int end = start; for (int i = end + 1; i < textLength; i++) { end = i; Loading Loading
core/java/android/view/AccessibilityIterators.java +3 −3 Original line number Diff line number Diff line Loading @@ -287,12 +287,12 @@ public final class AccessibilityIterators { } } } while (start < textLength && mText.charAt(start) == '\n') { start++; } if (start < 0) { return null; } while (start < textLength && mText.charAt(start) == '\n') { start++; } int end = start; for (int i = end + 1; i < textLength; i++) { end = i; Loading