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

Commit 75898984 authored by Lyn Han's avatar Lyn Han Committed by Android (Google) Code Review
Browse files

Merge "Remove done TODO" into main

parents 66c38a10 393d9dfe
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);
        }