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

Commit bbc910f2 authored by Gilles Debunne's avatar Gilles Debunne
Browse files

Fix for StaticLayout bug with ellipsized text

This fixes the test, but I believe this class still needs a lot of fixing.

Change-Id: Ib6386196908ea8432b175d6994f9299778a322d2
parent 8275c608
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);
            }