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

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

Use secondary accent color for default colorized notification background.

Fixes: 192049115
Test: manual
Change-Id: I59097091cf6dd519ad8260395a046f3ba8aaae95
parent c20398b8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -12362,7 +12362,7 @@ public class Notification implements Parcelable

            if (isColorized) {
                if (rawColor == COLOR_DEFAULT) {
                    int[] attrs = {R.attr.colorAccentTertiary};
                    int[] attrs = {R.attr.colorAccentSecondary};
                    try (TypedArray ta = obtainDayNightAttributes(ctx, attrs)) {
                        mBackgroundColor = getColor(ta, 0, Color.WHITE);
                    }