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

Commit de5152ee authored by Jeff DeCew's avatar Jeff DeCew
Browse files

Fix notigication group background color

Bug: 184982648
Test: manual
Change-Id: I5cf20d5b08289108e303ca39025815182fbacbce
parent 0190323c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -170,8 +170,8 @@ public abstract class ActivatableNotificationView extends ExpandableOutlineView
    }

    private void updateColors() {
        mNormalColor = Utils.getColorAttr(mContext, android.R.attr.colorBackground)
                .getDefaultColor();
        mNormalColor = Utils.getColorAttrDefaultColor(mContext,
                com.android.internal.R.attr.colorSurface);
        mTintedRippleColor = mContext.getColor(
                R.color.notification_ripple_tinted_color);
        mNormalRippleColor = mContext.getColor(