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

Commit d50d6db3 authored by Jeff DeCew's avatar Jeff DeCew Committed by Android (Google) Code Review
Browse files

Merge "Fix notigication group background color" into sc-dev

parents db9210da de5152ee
Loading
Loading
Loading
Loading
+2 −2
Original line number Original line Diff line number Diff line
@@ -170,8 +170,8 @@ public abstract class ActivatableNotificationView extends ExpandableOutlineView
    }
    }


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