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

Commit 39e885dc authored by Brian Carlstrom's avatar Brian Carlstrom Committed by Gerrit Code Review
Browse files

Merge "Make MeasuredText.sCached field final"

parents 85b666c3 d4f4526c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -46,7 +46,7 @@ class MeasuredText {
    }

    private static final Object[] sLock = new Object[0];
    private static MeasuredText[] sCached = new MeasuredText[3];
    private static final MeasuredText[] sCached = new MeasuredText[3];

    static MeasuredText obtain() {
        MeasuredText mt;