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

Commit e87d18f7 authored by Aaron Liu's avatar Aaron Liu Committed by Android (Google) Code Review
Browse files

Merge "[Bouncer] Match spec for pattern view." into tm-dev

parents b560e960 88fb7256
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);
    }