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

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

Fix the text color used on the notification unread indicator.

Change-Id: I911c20f7e7ebec494e7a7d4d31d2ce61e438d3ab
Fixes: 313614534
Test: manual inspection in normal and B&W themes; light and dark
Flag: NONE
parent 4d8d73eb
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);