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

Commit abb20beb authored by Siyamed Sinir's avatar Siyamed Sinir Committed by Android (Google) Code Review
Browse files

Merge "Blacklist TextView.mCurTextColor"

parents f8295b1e 403693bc
Loading
Loading
Loading
Loading
+6 −1
Original line number Diff line number Diff line
@@ -435,8 +435,13 @@ public class TextView extends View implements ViewTreeObserver.OnPreDrawListener
    private ColorStateList mHintTextColor;
    private ColorStateList mLinkTextColor;
    @ViewDebug.ExportedProperty(category = "text")
    @UnsupportedAppUsage
    /**
     * {@link #setTextColor(int)} or {@link #getCurrentTextColor()} should be used instead.
     */
    @UnsupportedAppUsage(maxTargetSdk = Build.VERSION_CODES.P)
    private int mCurTextColor;
    @UnsupportedAppUsage(maxTargetSdk = Build.VERSION_CODES.P, trackingBug = 115609023)
    private int mCurHintTextColor;
    private boolean mFreezesText;