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

Commit 353c85cc authored by Rahul Banerjee's avatar Rahul Banerjee
Browse files

Fix crashloop in ExpandableNotificationRow

Bug: 399877678
Test: Manual and Presubmit
Flag: com.android.systemui.notification_row_transparency
Change-Id: Icef56177b41ef71382454528902f7b24781f5468
parent da3c41b2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 {