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

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

Merge "Fix the text color used on the notification unread indicator." into main

parents e15927a4 aee60c49
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -5652,7 +5652,7 @@ public class Notification implements Parcelable
                pillColor = Colors.flattenAlpha(
                        getColors(p).getTertiaryFixedDimAccentColor(), bgColor);
                textColor = Colors.flattenAlpha(
                        getColors(p).getOnTertiaryAccentTextColor(), pillColor);
                        getColors(p).getOnTertiaryFixedAccentTextColor(), pillColor);
            }
            contentView.setInt(R.id.expand_button, "setHighlightTextColor", textColor);
            contentView.setInt(R.id.expand_button, "setHighlightPillColor", pillColor);