Loading packages/SystemUI/src/com/android/systemui/statusbar/notification/row/ActivatableNotificationView.java +1 −1 Original line number Diff line number Diff line Loading @@ -338,7 +338,7 @@ public abstract class ActivatableNotificationView extends ExpandableOutlineView boolean usedTransparentBackground = usesTransparentBackground(); mIsBlurSupported = isBlurSupported; if (usedTransparentBackground != usesTransparentBackground()) { updateBackgroundColors(); updateBackgroundTint(); } } Loading Loading
packages/SystemUI/src/com/android/systemui/statusbar/notification/row/ActivatableNotificationView.java +1 −1 Original line number Diff line number Diff line Loading @@ -338,7 +338,7 @@ public abstract class ActivatableNotificationView extends ExpandableOutlineView boolean usedTransparentBackground = usesTransparentBackground(); mIsBlurSupported = isBlurSupported; if (usedTransparentBackground != usesTransparentBackground()) { updateBackgroundColors(); updateBackgroundTint(); } } Loading