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

Commit db8020fc authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Fix unexpected line break" into main

parents 03b37e0c 1446f895
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -121,6 +121,7 @@ public class StaticLayout extends Layout {
            b.mHyphenationFrequency = Layout.HYPHENATION_FREQUENCY_NONE;
            b.mJustificationMode = Layout.JUSTIFICATION_MODE_NONE;
            b.mLineBreakConfig = LineBreakConfig.NONE;
            b.mUseBoundsForWidth = false;
            b.mMinimumFontMetrics = null;
            return b;
        }