diff options
| -rw-r--r-- | packages/SystemUI/src/com/android/systemui/statusbar/notification/row/ExpandableNotificationRow.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/ExpandableNotificationRow.java b/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/ExpandableNotificationRow.java index 3ef1fd2275a2..e03ca6235421 100644 --- a/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/ExpandableNotificationRow.java +++ b/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/ExpandableNotificationRow.java @@ -1679,7 +1679,7 @@ public class ExpandableNotificationRow extends ActivatableNotificationView view.setBackgroundTintColor(color); } if (notificationRowTransparency() && mBackgroundNormal != null) { - if (NotificationBundleUi.isEnabled()) { + if (NotificationBundleUi.isEnabled() && mEntryAdapter != null) { mBackgroundNormal.setBgIsColorized( usesTransparentBackground() && mEntryAdapter.isColorized()); } else { |