Loading packages/SystemUI/src/com/android/systemui/statusbar/notification/row/HybridNotificationView.java +2 −1 Original line number Diff line number Diff line Loading @@ -16,6 +16,7 @@ package com.android.systemui.statusbar.notification.row; import static android.app.Flags.notificationsRedesignFonts; import static android.app.Notification.COLOR_INVALID; import android.annotation.Nullable; Loading Loading @@ -115,7 +116,7 @@ public class HybridNotificationView extends AlphaOptimizedLinearLayout private void resolveThemeTextColors() { mPrimaryTextColor = mContext.getColor(com.android.internal.R.color.materialColorOnSurface); mSecondaryTextColor = mContext.getColor( mSecondaryTextColor = notificationsRedesignFonts() ? mPrimaryTextColor : mContext.getColor( com.android.internal.R.color.materialColorOnSurfaceVariant); } Loading Loading
packages/SystemUI/src/com/android/systemui/statusbar/notification/row/HybridNotificationView.java +2 −1 Original line number Diff line number Diff line Loading @@ -16,6 +16,7 @@ package com.android.systemui.statusbar.notification.row; import static android.app.Flags.notificationsRedesignFonts; import static android.app.Notification.COLOR_INVALID; import android.annotation.Nullable; Loading Loading @@ -115,7 +116,7 @@ public class HybridNotificationView extends AlphaOptimizedLinearLayout private void resolveThemeTextColors() { mPrimaryTextColor = mContext.getColor(com.android.internal.R.color.materialColorOnSurface); mSecondaryTextColor = mContext.getColor( mSecondaryTextColor = notificationsRedesignFonts() ? mPrimaryTextColor : mContext.getColor( com.android.internal.R.color.materialColorOnSurfaceVariant); } Loading