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

Commit b7c074fb authored by Cătălin Tudor's avatar Cătălin Tudor Committed by Android (Google) Code Review
Browse files

Merge "Fix hidden usage sConstructorMap"

parents 81aac219 e61fc256
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -129,7 +129,7 @@ public abstract class LayoutInflater {
    static final Class<?>[] mConstructorSignature = new Class[] {
            Context.class, AttributeSet.class};

    @UnsupportedAppUsage
    @UnsupportedAppUsage(maxTargetSdk = Build.VERSION_CODES.P, trackingBug = 123769490)
    private static final HashMap<String, Constructor<? extends View>> sConstructorMap =
            new HashMap<String, Constructor<? extends View>>();