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

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

Merge "Fix the text color in the highlighted expander" into sc-dev

parents edd2a684 f8b8e45c
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -5360,6 +5360,11 @@ public class Notification implements Parcelable
            // Use different highlighted colors except when low-priority mode prevents that
            if (!p.mReduceHighlights) {
                pillColor = getAccentTertiaryColor(p);
                // TODO(b/183710694): The accent tertiary is currently too bright in dark mode, so
                //  we need to pick a contrasting color.
                textColor = ColorUtils.setAlphaComponent(
                        ContrastColorUtil.resolvePrimaryColor(mContext, pillColor, mInNightMode),
                        0xFF);
            }
            contentView.setInt(R.id.expand_button, "setHighlightTextColor", textColor);
            contentView.setInt(R.id.expand_button, "setHighlightPillColor", pillColor);