Loading core/java/android/app/Notification.java +1 −1 Original line number Original line Diff line number Diff line Loading @@ -5571,7 +5571,7 @@ public class Notification implements Parcelable button.setTextColor(R.id.action0, textColor); button.setTextColor(R.id.action0, textColor); rippleColor = textColor; rippleColor = textColor; } else if (getRawColor(p) != COLOR_DEFAULT && !isColorized(p) } else if (getRawColor(p) != COLOR_DEFAULT && !isColorized(p) && mTintActionButtons) { && mTintActionButtons && !mInNightMode) { rippleColor = resolveContrastColor(p); rippleColor = resolveContrastColor(p); button.setTextColor(R.id.action0, rippleColor); button.setTextColor(R.id.action0, rippleColor); } else { } else { Loading Loading
core/java/android/app/Notification.java +1 −1 Original line number Original line Diff line number Diff line Loading @@ -5571,7 +5571,7 @@ public class Notification implements Parcelable button.setTextColor(R.id.action0, textColor); button.setTextColor(R.id.action0, textColor); rippleColor = textColor; rippleColor = textColor; } else if (getRawColor(p) != COLOR_DEFAULT && !isColorized(p) } else if (getRawColor(p) != COLOR_DEFAULT && !isColorized(p) && mTintActionButtons) { && mTintActionButtons && !mInNightMode) { rippleColor = resolveContrastColor(p); rippleColor = resolveContrastColor(p); button.setTextColor(R.id.action0, rippleColor); button.setTextColor(R.id.action0, rippleColor); } else { } else { Loading