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

Commit 2c1ffb4a authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Remove mEntry assignment when bundle flag is on" into main

parents d48c43e7 48ea67b8
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -2257,8 +2257,6 @@ public class ExpandableNotificationRow extends ActivatableNotificationView

        if (NotificationBundleUi.isEnabled()) {
            mEntryAdapter = entryAdapter;
            // TODO (b/395857098): remove when all usages are migrated
            mEntry = (NotificationEntry) entry;
        } else {
            mEntry = (NotificationEntry) entry;
        }