Loading core/java/android/text/Layout.java +1 −1 Original line number Diff line number Diff line Loading @@ -1154,7 +1154,7 @@ public abstract class Layout { if (h2 < 0.5f) h2 = 0.5f; if (h1 == h2) { if (Float.compare(h1, h2) == 0) { dest.moveTo(h1, top); dest.lineTo(h1, bottom); } else { Loading Loading
core/java/android/text/Layout.java +1 −1 Original line number Diff line number Diff line Loading @@ -1154,7 +1154,7 @@ public abstract class Layout { if (h2 < 0.5f) h2 = 0.5f; if (h1 == h2) { if (Float.compare(h1, h2) == 0) { dest.moveTo(h1, top); dest.lineTo(h1, bottom); } else { Loading