Loading packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/ShadeListBuilder.java +2 −2 Original line number Original line Diff line number Diff line Loading @@ -679,7 +679,7 @@ public class ShadeListBuilder implements Dumpable, PipelineDumpable { j--; j--; } } } } } else { } else if (tle instanceof NotificationEntry) { // maybe put top-level-entries back into their previous groups // maybe put top-level-entries back into their previous groups if (maybeSuppressGroupChange(tle.getRepresentativeEntry(), topLevelList)) { if (maybeSuppressGroupChange(tle.getRepresentativeEntry(), topLevelList)) { // entry was put back into its previous group, so we remove it from the list of // entry was put back into its previous group, so we remove it from the list of Loading @@ -687,7 +687,7 @@ public class ShadeListBuilder implements Dumpable, PipelineDumpable { topLevelList.remove(i); topLevelList.remove(i); i--; i--; } } } } // Promoters ignore bundles so we don't have to demote any here. } } Trace.endSection(); Trace.endSection(); } } Loading Loading
packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/ShadeListBuilder.java +2 −2 Original line number Original line Diff line number Diff line Loading @@ -679,7 +679,7 @@ public class ShadeListBuilder implements Dumpable, PipelineDumpable { j--; j--; } } } } } else { } else if (tle instanceof NotificationEntry) { // maybe put top-level-entries back into their previous groups // maybe put top-level-entries back into their previous groups if (maybeSuppressGroupChange(tle.getRepresentativeEntry(), topLevelList)) { if (maybeSuppressGroupChange(tle.getRepresentativeEntry(), topLevelList)) { // entry was put back into its previous group, so we remove it from the list of // entry was put back into its previous group, so we remove it from the list of Loading @@ -687,7 +687,7 @@ public class ShadeListBuilder implements Dumpable, PipelineDumpable { topLevelList.remove(i); topLevelList.remove(i); i--; i--; } } } } // Promoters ignore bundles so we don't have to demote any here. } } Trace.endSection(); Trace.endSection(); } } Loading