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

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

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

am: 83c9413b

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


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


    private boolean mRecycled;
    private boolean mRecycled;