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

Commit 6227a2b8 authored by Ioana Alexandru's avatar Ioana Alexandru Committed by Android (Google) Code Review
Browse files

Merge "[Notif redesign] Use onSurface for body text" into main

parents 7b52854b 05c8aada
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -15243,7 +15243,9 @@ public class Notification implements Parcelable
                mBackgroundColor = ctx.getColor(R.color.materialColorSurfaceContainerHigh);
                mPrimaryTextColor = ctx.getColor(R.color.materialColorOnSurface);
                mSecondaryTextColor = ctx.getColor(R.color.materialColorOnSurfaceVariant);
                mSecondaryTextColor = Flags.notificationsRedesignFonts()
                        ? mPrimaryTextColor
                        : ctx.getColor(R.color.materialColorOnSurfaceVariant);
                mPrimaryAccentColor = ctx.getColor(R.color.materialColorPrimary);
                mSecondaryAccentColor = ctx.getColor(R.color.materialColorSecondary);
                mTertiaryAccentColor = ctx.getColor(R.color.materialColorTertiary);