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

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

Merge "Remove obsolete TODO" into udc-qpr-dev

parents d19898c1 f2a8c307
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -274,10 +274,6 @@ public class NotifCollection implements Dumpable, PipelineDumpable {
        Assert.isMainThread();
        checkForReentrantCall();

        // TODO (b/206842750): This method is called from (silent) clear all and non-clear all
        // contexts and should be checking the NO_CLEAR flag, rather than depending on NSSL
        // to pass in a properly filtered list of notifications

        final List<NotificationEntry> entriesToLocallyDismiss = new ArrayList<>();
        for (int i = 0; i < entriesToDismiss.size(); i++) {
            NotificationEntry entry = entriesToDismiss.get(i).first;