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

Commit 393d9dfe authored by Lyn Han's avatar Lyn Han
Browse files

Remove done TODO

Done in ag/33320339

Bug: 414718137
Test: EXEMPT no code change
Flag: com.android.systemui.notification_bundle_ui
Change-Id: I2127e2f9597622560e8cc2fcf4866fe7045ca7f2
parent 0c493654
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -711,8 +711,6 @@ public class ShadeListBuilder implements Dumpable, PipelineDumpable {
    @Nullable
    private BundleEntry getBundleEntry(String id) {
        BundleEntry be = mIdToBundleEntry.get(id);
        // TODO(b/399736937) prefix channel with numbered id for fixed order:
        //  "bundle_01:android.app.news"
        if (be == null) {
            debugBundleLog(TAG, () -> "BundleEntry not found for bundleId: " + id);
        }