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

Commit 23ca916d authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "No color spans in notifications when night mode"

parents 7913b20e d3c99323
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -4440,7 +4440,7 @@ public class Notification implements Parcelable
        }

        private CharSequence processTextSpans(CharSequence text) {
            if (hasForegroundColor()) {
            if (hasForegroundColor() || mInNightMode) {
                return ContrastColorUtil.clearColorSpans(text);
            }
            return text;