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

Commit 985beb7e authored by Aaron Liu's avatar Aaron Liu Committed by Automerger Merge Worker
Browse files

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

Merge "[Bouncer] Match spec for pattern view." into tm-dev am: e87d18f7 am: 44a2b6ef am: c130c6f0

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



Change-Id: I2c05311f69a5571dfdd9d297d587792f2aa0183a
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents b5744f0c c130c6f0
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);
    }