Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 63308bd0 authored by Gilles Debunne's avatar Gilles Debunne Committed by Android Git Automerger
Browse files

am a324a581: Merge "Fix for StaticLayout bug with ellipsized text" into honeycomb

* commit 'a324a581':
  Fix for StaticLayout bug with ellipsized text
parents 1734e835 a324a581
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -500,7 +500,7 @@ public class StaticLayout extends Layout
                        choosehtv, fm, hasTabOrEmoji,
                        needMultiply, paraStart, chdirs, dir, easy,
                        paraEnd == bufend, includepad, trackpad,
                        chs, widths, here - paraStart,
                        chs, widths, paraStart,
                        ellipsize, ellipsizedWidth, w, paint);
            }