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

Commit 7930e595 authored by Matt Pietal's avatar Matt Pietal Committed by Automerger Merge Worker
Browse files

Merge "Keyguard error color" into sc-dev am: 9ada0484

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/13984761

Change-Id: Ib029ac16ed34498ffa56a66c6f5178e6df858982
parents 5c255ac1 9ada0484
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -70,7 +70,7 @@ public class KeyguardMessageArea extends TextView implements SecurityMessageDisp


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