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

Commit 63ad256e authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Add trackingBug to Typeface.sSystemFontMap."

parents 33adf0df acb0f00b
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -127,7 +127,10 @@ public class Typeface {
    static Typeface sDefaultTypeface;

    // Following two fields are not used but left for hiddenapi private list
    @UnsupportedAppUsage
    /**
     * Use {@link SystemFonts#getAvailableFonts()} instead.
     */
    @UnsupportedAppUsage(trackingBug = 123769347)
    static final Map<String, Typeface> sSystemFontMap;

    // We cannot support sSystemFallbackMap since we will migrate to public FontFamily API.