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

Commit 88b92541 authored by Deepanshu Gupta's avatar Deepanshu Gupta
Browse files

Use Balanced line breaker instead of HighQuality.

Fallback to the Balanced line breaker till the time HighQuality one is
implemented.

Change-Id: I51e9882c5c733e5409f932ef740684829340ced9
parent 139d6ff1
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);