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

Commit 11a3f9aa authored by Deepanshu Gupta's avatar Deepanshu Gupta Committed by Android (Google) Code Review
Browse files

Merge "Use Balanced line breaker instead of HighQuality." into mnc-dev

parents 63b3332f 88b92541
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -106,7 +106,7 @@ public class StaticLayout_Delegate {
                break;
            case HIGH_QUALITY:
                // TODO
                break;
//                break;
            case BALANCED:
                builder.mLineBreaker = new OptimizingLineBreaker(primitives, lineWidth,
                        tabStopCalculator);