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

Commit 69e5f3ff authored by Beverly's avatar Beverly
Browse files

Update primary bouncer background color

To match the notification shade background.

Fixes: 342528443
Flag: EXEMPT bugfix
Test: Put device in light mode; show primary bouncer;
slightly swipe up on the primary bouncer and see the
shade background color is the same as the primary
bouncer color

Change-Id: Ica934cedbb801bc62695135ab4a1e17fc2364d74
parent 6d8b1bb7
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. */