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

Commit 339c9738 authored by Shan Huang's avatar Shan Huang Committed by Android (Google) Code Review
Browse files

Merge "Fix crashloop in ExpandableNotificationRow" into main

parents cbb5b499 353c85cc
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 {