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

Commit 3e034bb8 authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Update primary bouncer background color" into main

parents 6c48fdbf 69e5f3ff
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -344,7 +344,7 @@ public class KeyguardSecurityContainer extends ConstraintLayout {
                        R.dimen.keyguard_security_container_padding_top), getPaddingRight(),
                getPaddingBottom());
        setBackgroundColor(Utils.getColorAttrDefaultColor(getContext(),
                com.android.internal.R.attr.materialColorSurface));
                com.android.internal.R.attr.materialColorSurfaceDim));
    }

    void onResume(SecurityMode securityMode, boolean faceAuthEnabled) {
@@ -808,7 +808,7 @@ public class KeyguardSecurityContainer extends ConstraintLayout {
    void reloadColors() {
        mViewMode.reloadColors();
        setBackgroundColor(Utils.getColorAttrDefaultColor(getContext(),
                com.android.internal.R.attr.materialColorSurface));
                com.android.internal.R.attr.materialColorSurfaceDim));
    }

    /** Handles density or font scale changes. */