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

Commit bbe1f74e authored by Julia Reynolds's avatar Julia Reynolds Committed by Android (Google) Code Review
Browse files

Merge "Fix NotificationMenuRow.createMenuViews NPE" into main

parents 8155eea5 f7efd46f
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -264,6 +264,7 @@ public class NotificationMenuRow implements NotificationMenuRowPlugin, View.OnCl
        NotificationEntry entry = mParent.getEntry();
        int personNotifType = mPeopleNotificationIdentifier.getPeopleNotificationType(entry);
        if (android.app.Flags.notificationClassificationUi()
                && entry.getChannel() != null
                && SYSTEM_RESERVED_IDS.contains(entry.getChannel().getId())) {
            // Bundled notification; create bundle-specific guts.
            mInfoItem = createBundleItem(mContext);