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

Commit 6db2ee97 authored by Adam Lesinski's avatar Adam Lesinski Committed by android-build-merger
Browse files

Merge "Merge "Fix issue with fontScale changes not taking effect" into oc-dev...

Merge "Merge "Fix issue with fontScale changes not taking effect" into oc-dev am: 83c9413b" into oc-dev-plus-aosp
am: a79d516e

Change-Id: Ib158c3a45ec89b7374418c064d7b46cc4ab8f551
parents 09b2ff80 a79d516e
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -56,12 +56,13 @@ public class TypedArray {
        // Reset the assets, which may have changed due to configuration changes
        // or further resource loading.
        attrs.mAssets = res.getAssets();
        attrs.mMetrics = res.getDisplayMetrics();
        attrs.resize(len);
        return attrs;
    }

    private final Resources mResources;
    private final DisplayMetrics mMetrics;
    private DisplayMetrics mMetrics;
    private AssetManager mAssets;

    private boolean mRecycled;