Loading packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/ShadeListBuilder.java +0 −2 Original line number Diff line number Diff line Loading @@ -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); } Loading Loading
packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/ShadeListBuilder.java +0 −2 Original line number Diff line number Diff line Loading @@ -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); } Loading