Loading core/java/android/text/StaticLayout.java +90 −92 Original line number Diff line number Diff line Loading @@ -361,8 +361,7 @@ public class StaticLayout extends Layout if (fitbottom > okbottom) okbottom = fitbottom; } } else { if (breakOnlyAtSpaces) { } else if (breakOnlyAtSpaces) { if (ok != here) { // Log.e("text", "output ok " + here + " to " +ok); Loading Loading @@ -458,7 +457,6 @@ public class StaticLayout extends Layout here = here + 1; } } if (here < spanStart) { // didn't output all the text for this span Loading Loading
core/java/android/text/StaticLayout.java +90 −92 Original line number Diff line number Diff line Loading @@ -361,8 +361,7 @@ public class StaticLayout extends Layout if (fitbottom > okbottom) okbottom = fitbottom; } } else { if (breakOnlyAtSpaces) { } else if (breakOnlyAtSpaces) { if (ok != here) { // Log.e("text", "output ok " + here + " to " +ok); Loading Loading @@ -458,7 +457,6 @@ public class StaticLayout extends Layout here = here + 1; } } if (here < spanStart) { // didn't output all the text for this span Loading