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

Commit f15c5e51 authored by Lucas Dupin's avatar Lucas Dupin
Browse files

Do not colorize dark mode actions

Test: visual
Fixes: 120080173
Change-Id: I9f016670aa88f13b7fd99e89a509a56f62926797
parent 65e18e43
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -5571,7 +5571,7 @@ public class Notification implements Parcelable
                    button.setTextColor(R.id.action0, textColor);
                    rippleColor = textColor;
                } else if (getRawColor(p) != COLOR_DEFAULT && !isColorized(p)
                        && mTintActionButtons) {
                        && mTintActionButtons && !mInNightMode) {
                    rippleColor = resolveContrastColor(p);
                    button.setTextColor(R.id.action0, rippleColor);
                } else {