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

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

Merge "Remove access to private field mFactorySet."

parents 5ea4f3ce 38432882
Loading
Loading
Loading
Loading
+6 −1
Original line number Diff line number Diff line
@@ -95,7 +95,12 @@ public abstract class LayoutInflater {
    protected final Context mContext;

    // these are optional, set by the caller
    @UnsupportedAppUsage
    /**
     * If any developer has desire to change this value, they should instead use
     * {@link #cloneInContext(Context)} and set the new factory in thew newly-created
     * LayoutInflater.
     */
    @UnsupportedAppUsage(maxTargetSdk = Build.VERSION_CODES.P)
    private boolean mFactorySet;
    @UnsupportedAppUsage
    private Factory mFactory;