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

Commit 69e6e2ec authored by Matt Pietal's avatar Matt Pietal
Browse files

Keyguard error color

Use the correct attr for text color regarding KeyguardMessageArea
content

Fixes: 182857845
Test: manual, bad PIN unlock
Change-Id: I2b867eec4f97995526d046ddbb2cef8fc269466f
parent 2e998fc4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -70,7 +70,7 @@ public class KeyguardMessageArea extends TextView implements SecurityMessageDisp

    void onThemeChanged() {
        TypedArray array = mContext.obtainStyledAttributes(new int[] {
                android.R.attr.textColor
                android.R.attr.textColorPrimary
        });
        ColorStateList newTextColors = ColorStateList.valueOf(array.getColor(0, Color.RED));
        array.recycle();