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

Commit 88fb7256 authored by Aaron Liu's avatar Aaron Liu
Browse files

[Bouncer] Match spec for pattern view.

Spec should be TextColorSecondary instead of TextColorPrimary

Bug: 18951060
Test: Manual on device
Change-Id: I6adbcc36cd70e542268f3ad99c6f0a249cc59e7e
parent 1503b562
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -282,7 +282,7 @@ public class KeyguardPatternViewController
        super.reloadColors();
        mMessageAreaController.reloadColors();
        int textColor = Utils.getColorAttr(mLockPatternView.getContext(),
                android.R.attr.textColorPrimary).getDefaultColor();
                android.R.attr.textColorSecondary).getDefaultColor();
        int errorColor = Utils.getColorError(mLockPatternView.getContext()).getDefaultColor();
        mLockPatternView.setColors(textColor, textColor, errorColor);
    }